method

default_format_options

default_format_options(namespace = nil)
public

No documentation available.

# File activesupport/lib/active_support/number_helper.rb, line 607
    def default_format_options(namespace = nil) #:nodoc:
      options = DEFAULTS[:format].dup
      options.merge!(DEFAULTS[namespace][:format]) if namespace
      options
    end