diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-29 18:02:40 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-29 18:02:40 +0000 |
commit | 968e022fc686249704818a99378931c71804341e (patch) | |
tree | f1b549d0f04544e0baf52b12e13a9fb77ea41774 | |
parent | 9ffbbd08bb5648bcb57270a7c9e60c60eff3508c (diff) | |
download | rails-968e022fc686249704818a99378931c71804341e.tar.gz rails-968e022fc686249704818a99378931c71804341e.tar.bz2 rails-968e022fc686249704818a99378931c71804341e.zip |
Space at the bottom feels better
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9131 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | railties/lib/rails_generator/generators/components/controller/templates/controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails_generator/generators/components/controller/templates/controller.rb b/railties/lib/rails_generator/generators/components/controller/templates/controller.rb index 3341535a80..cda2659e69 100644 --- a/railties/lib/rails_generator/generators/components/controller/templates/controller.rb +++ b/railties/lib/rails_generator/generators/components/controller/templates/controller.rb @@ -1,7 +1,7 @@ class <%= class_name %>Controller < ApplicationController <% for action in actions -%> - def <%= action %> end + <% end -%> end |