Does anyone know why I get
undefined method `my_method\' for #
when I call my_method(\"string\") from withi
helpers are for views, but adding a line of code to include that helper file in ApplicationController.rb can take care of your problem. in your case, insert the following line in ApplicationController.rb:
include ApplicationHelper