about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/app/helpers/application_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4/app/helpers/application_helper.rb')
-rw-r--r--examples/rails_app-2.3.4/app/helpers/application_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rails_app-2.3.4/app/helpers/application_helper.rb b/examples/rails_app-2.3.4/app/helpers/application_helper.rb
new file mode 100644
index 0000000..22a7940
--- /dev/null
+++ b/examples/rails_app-2.3.4/app/helpers/application_helper.rb
@@ -0,0 +1,3 @@
+# Methods added to this helper will be available to all templates in the application.
+module ApplicationHelper
+end