##// END OF EJS Templates
Removes unused image references in stylesheets (#1914)....
Removes unused image references in stylesheets (#1914). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1872 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1785:f7acdd1afde3
r1870:fcbd2b5228b6
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