diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-29 21:40:23 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-29 21:40:23 +0000 |
commit | 3ba23348de4c7765b67e3715d2ab84c998bb1cea (patch) | |
tree | b162629f2cdba0db66ce1f05aad55ff8ab718e36 /railties/helpers | |
parent | bef071dd0b6b634c5e8e49d8c1b9daa0baa4136c (diff) | |
download | rails-3ba23348de4c7765b67e3715d2ab84c998bb1cea.tar.gz rails-3ba23348de4c7765b67e3715d2ab84c998bb1cea.tar.bz2 rails-3ba23348de4c7765b67e3715d2ab84c998bb1cea.zip |
Excise generated whitespace. Closes #10017 [Tim Pope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8055 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/helpers')
-rw-r--r-- | railties/helpers/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/helpers/application.rb b/railties/helpers/application.rb index d3d33e4f9d..9a79f69a41 100644 --- a/railties/helpers/application.rb +++ b/railties/helpers/application.rb @@ -7,4 +7,4 @@ class ApplicationController < ActionController::Base # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store protect_from_forgery # :secret => '<%= app_secret %>' -end
\ No newline at end of file +end |