diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-03-29 11:55:59 +0100 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-03-29 11:55:59 +0100 |
commit | 14c7423a5c570143d84866754ca6f4d95dcfd562 (patch) | |
tree | 01406254267234c614a1d3ba70575abf83506953 /app/helpers |
initial commit
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb new file mode 100644 index 0000000..de6be79 --- /dev/null +++ b/app/helpers/application_helper.rb @@ -0,0 +1,2 @@ +module ApplicationHelper +end |