##// END OF EJS Templates
remove trailing white-spaces from lib/redmine/core_ext/string/conversions.rb....
remove trailing white-spaces from lib/redmine/core_ext/string/conversions.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6955 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3656:1a145dca25ec
r6835:28c4e0494eb1
Show More
controller.rb.erb
9 lines | 146 B | text/plain | TextLexer
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 class <%= class_name %>Controller < ApplicationController
Eric Davis
Plugin models and controllers must be unloadable....
r3656 unloadable
Jean-Philippe Lang
Merged hooks branch @ r1785 into trunk....
r1785 <% actions.each do |action| -%>
def <%= action %>
end
<% end -%>
end