OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / lib / generators / redmine_plugin_controller / templates / controller.rb.erb
1 class <%= class_name %>Controller < ApplicationController
2 <% actions.each do |action| -%>
3
4   def <%= action %>
5   end
6 <% end -%>
7 end