While I realize you are supposed to use a helper inside a view, I need a helper in my controller as I\'m building a JSON object to return.
It goes a little like this:
My problem resolved with Option 1. Probably the simplest way is to include your helper module in your controller:
class ApplicationController < ActionController::Base include ApplicationHelper ...