class <%= @controller_class %>Controller < ApplicationController
unloadable
<% actions.each do |action| -%>
def <%= action %>
end
<% end -%>