Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb

Revision 6690, 71 bytes (checked in by bitsweat, 3 years ago)

Generators use *.html.erb view template naming. Closes #8278.

Line 
1 <h1><%= class_name %>#<%= action %></h1>
2 <p>Find me in <%= path %></p>
Note: See TracBrowser for help on using the browser.