method

default_format_options

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