Files
Redmine/lib/generators/redmine_plugin_controller/templates/controller.rb.erb
Jean-Philippe Lang ab31c2e23f Merged r17160 to 3.4-stable (#20513).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17161 e93f8b46-1217-0410-a6f0-8f06a7374b81
2018-01-08 17:54:28 +00:00

8 lines
139 B
Plaintext

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