summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_controller/templates/controller.rb.erb
blob: 2f4c70bd97ed6a34d6fcac6ee5b98274b0920528 (plain)
1
2
3
4
5
6
7
8
9
class <%= class_name %>Controller < ApplicationController
  unloadable

<% actions.each do |action| -%>

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