controller.rb.erb
7 lines
| 132 B
| text/plain
|
TextLexer
|
r1785 | class <%= class_name %>Controller < ApplicationController | ||
<% actions.each do |action| -%> | ||||
def <%= action %> | ||||
end | ||||
<% end -%> | ||||
end | ||||