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

10 lines
153 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
class <%= @controller_class %>Controller < ApplicationController
unloadable
<% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end