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