aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/abstract_application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/helpers/abstract_application.rb')
-rw-r--r--railties/helpers/abstract_application.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/helpers/abstract_application.rb b/railties/helpers/abstract_application.rb
new file mode 100644
index 0000000000..fa26cd0399
--- /dev/null
+++ b/railties/helpers/abstract_application.rb
@@ -0,0 +1,5 @@
+# The filters added to this controller will be run for all controllers in the application.
+# Likewise will all the methods added be available for all controllers.
+class AbstractApplicationController < ActionController::Base
+ helper :application
+end \ No newline at end of file