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