1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Space at the bottom feels better

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2008-03-29 18:02:40 +00:00
parent 9ffbbd08bb
commit 968e022fc6

View file

@ -1,7 +1,7 @@
class <%= class_name %>Controller < ApplicationController class <%= class_name %>Controller < ApplicationController
<% for action in actions -%> <% for action in actions -%>
def <%= action %> def <%= action %>
end end
<% end -%> <% end -%>
end end