suitepro/lib/generators/redmine_plugin_controller/templates/controller.rb.erb
2018-02-02 22:19:29 +01:00

7 lines
139 B
Text

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