aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorfrancis <francis>2007-08-01 10:25:55 +0000
committerfrancis <francis>2007-08-01 10:25:55 +0000
commitb1b3c7b5f4e13ba332d92c962d024a8658b9ee4b (patch)
tree8d475b768e6029ad683125568ef453896cb9a8a2 /app/helpers/application_helper.rb
Default Rails gumph.
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
new file mode 100644
index 000000000..22a7940eb
--- /dev/null
+++ b/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