method
default_format_options
rails latest stable - Class:
ActiveSupport::NumberHelper::NumberConverter
default_format_options()private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_converter.rb, line 149
def default_format_options
options = DEFAULTS[:format].dup
options.merge!(DEFAULTS[namespace][:format]) if namespace
options
end