##// END OF EJS Templates
Fixes html escaping....
Fixes html escaping. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1901 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1785:f7acdd1afde3
r1899:2e7e26fbb4c8
Show More
controller.rb
7 lines | 132 B | text/x-ruby | RubyLexer
class <%= class_name %>Controller < ApplicationController
<% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end