Sha256: 5c0ad5d31d5ba9d6a67650feea89f73efb837019b99cd8c4613dde936a5c2023

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

class Views::<%= class_name.camelize %>::<%= @action.camelize %> < Views::Base
  def content
    h1 "<%= class_name %>#<%= @action %>"
    p "Find me in <%= @path %>"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fortitude-0.9.6-java lib/rails/generators/fortitude/controller/templates/view.html.rb
fortitude-0.9.6 lib/rails/generators/fortitude/controller/templates/view.html.rb