method
format_options
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::NumberHelper
format_options(locale, namespace = nil)public
No documentation available.
# File activesupport/lib/active_support/number_helper.rb, line 602
def format_options(locale, namespace = nil) #:nodoc:
default_format_options(namespace).merge!(i18n_format_options(locale, namespace))
end