Flowdock
method

i18n_opts

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: NumberToCurrencyConverter
i18n_opts() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/number_helper/number_to_currency_converter.rb, line 38
        def i18n_opts
          # Set International negative format if not exists
          i18n = i18n_format_options
          i18n[:negative_format] ||= "-#{i18n[:format]}" if i18n[:format]
          i18n
        end
Register or log in to add new notes.