summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_controller/templates/controller.rb.erb
blob: 0fc5e5c8fb596381bc34c0ae73b52b3f4df7b1e9 (plain)
1
2
3
4
5
6
7
class <%= @controller_class %>Controller < ApplicationController
<% actions.each do |action| -%>

  def <%= action %>
  end
<% end -%>
end