diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-01-03 21:34:19 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-01-03 21:34:19 -0500 |
commit | 51460b5bf296d7f262f8d865f6f6f1d44513c6d4 (patch) | |
tree | 4b09e2fa3b00d19e44c5661b5822048cb85d4a62 | |
parent | 950e6bb4912bc87e693eab8731920a122bcff2c2 (diff) | |
download | rails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.tar.gz rails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.tar.bz2 rails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.zip |
This comment has been true of all helpers for a long time
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb b/railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb index 22a7940eb2..de6be7945c 100644 --- a/railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +++ b/railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb @@ -1,3 +1,2 @@ -# Methods added to this helper will be available to all templates in the application. module ApplicationHelper end |