I would like to use to_dollar method in my model like this:
to_dollar
module JobsHelper def to_dollar(amount) if amount < 0 number_to_cur
You can use view_context.number_to_currency directly from you controller or model.
view_context.number_to_currency