Skip to content

Instantly share code, notes, and snippets.

@kubicek
Created December 11, 2011 19:49
Show Gist options
  • Save kubicek/1462369 to your computer and use it in GitHub Desktop.
Save kubicek/1462369 to your computer and use it in GitHub Desktop.
module ApplicationHelper
def number_to_currency(number, options = {})
options[:unit]=t(:czk)
options[:format]="%n %u"
super(number, options)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment