about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/app/controllers/application_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4/app/controllers/application_controller.rb')
-rw-r--r--examples/rails_app-2.3.4/app/controllers/application_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rails_app-2.3.4/app/controllers/application_controller.rb b/examples/rails_app-2.3.4/app/controllers/application_controller.rb
new file mode 100644
index 0000000..11df5d1
--- /dev/null
+++ b/examples/rails_app-2.3.4/app/controllers/application_controller.rb
@@ -0,0 +1,3 @@
+class ApplicationController < ActionController::Base
+  helper :all # include all helpers, all the time
+end