7 lines
139 B
Text
7 lines
139 B
Text
class <%= @controller_class %>Controller < ApplicationController
|
|
<% actions.each do |action| -%>
|
|
|
|
def <%= action %>
|
|
end
|
|
<% end -%>
|
|
end
|