8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
class <%= class_name %>Controller < ApplicationController
|
||
|
<% actions.each do |action| -%>
|
||
|
|
||
|
def <%= action %>
|
||
|
end
|
||
|
<% end -%>
|
||
|
end
|