aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'railties/helpers')
-rw-r--r--railties/helpers/application.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/helpers/application.rb b/railties/helpers/application.rb
index b61c6de386..f43525bf80 100644
--- a/railties/helpers/application.rb
+++ b/railties/helpers/application.rb
@@ -2,4 +2,5 @@
# Likewise, all the methods added will be available for all controllers.
class ApplicationController < ActionController::Base
+ helper :all # include all helpers, all the time
end