mirror of
https://github.com/redmine/redmine.git
synced 2025-10-30 01:36:04 +01:00
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17160 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
class <%= @controller_class %>Controller < ApplicationController
|
|
<% actions.each do |action| -%>
|
|
|
|
def <%= action %>
|
|
end
|
|
<% end -%>
|
|
end
|