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