summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-01-26 00:07:04 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-01-26 00:07:04 +0000
commitb6fac53e85dda0d2125b17589e863b84fccd301d (patch)
tree181e74f13d58330c7c6e16bac9b54bd586590851 /projects/devdashboard/app/helpers/application_helper.rb
parentMoved scripts out of the way. (diff)
downloadnichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.tar.gz
nichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.tar.bz2
nichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.zip
Initial import of rails stuff.
svn path=/; revision=95
Diffstat (limited to 'projects/devdashboard/app/helpers/application_helper.rb')
-rw-r--r--projects/devdashboard/app/helpers/application_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/devdashboard/app/helpers/application_helper.rb b/projects/devdashboard/app/helpers/application_helper.rb
new file mode 100644
index 0000000..22a7940
--- /dev/null
+++ b/projects/devdashboard/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