Redmine/lib/generators/redmine_plugin_controller/templates/controller.rb.erb

10 lines
153 B
Plaintext

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