aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 21:34:19 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-01-03 21:34:19 -0500
commit51460b5bf296d7f262f8d865f6f6f1d44513c6d4 (patch)
tree4b09e2fa3b00d19e44c5661b5822048cb85d4a62 /railties
parent950e6bb4912bc87e693eab8731920a122bcff2c2 (diff)
downloadrails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.tar.gz
rails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.tar.bz2
rails-51460b5bf296d7f262f8d865f6f6f1d44513c6d4.zip
This comment has been true of all helpers for a long time
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb1
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