aboutsummaryrefslogtreecommitdiffstats
path: root/railties/helpers/application_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/helpers/application_helper.rb')
-rw-r--r--railties/helpers/application_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/helpers/application_helper.rb b/railties/helpers/application_helper.rb
new file mode 100644
index 0000000000..0392b53b46
--- /dev/null
+++ b/railties/helpers/application_helper.rb
@@ -0,0 +1,3 @@
+# The methods added to this helper will be available to all templates in the application.
+module ApplicationHelper
+end