##// END OF EJS Templates
r18539@gaspard (orig r1803): jplang | 2008-09-13 11:45:07 +0200...
r18539@gaspard (orig r1803): jplang | 2008-09-13 11:45:07 +0200 Removes double quotes in commit link syntax (#1872). git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1839 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1785:f7acdd1afde3
r1837:15a6352b59cb
Show More
controller.rb
7 lines | 132 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 class <%= class_name %>Controller < ApplicationController
<% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end