diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb new file mode 100644 --- /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