Rails 3+
view_context.helper_method('args')
Rails 2
ApplicationController.helpers.helper_method('args')
Also see How to use helper methods inside a model.
Posted by Henning Koch to makandra dev (2013-03-26 14:39)
view_context.helper_method('args')
ApplicationController.helpers.helper_method('args')
Also see How to use helper methods inside a model.