method

conversion_format

conversion_format()
private

No documentation available.

# File activesupport/lib/active_support/number_helper/number_to_human_size_converter.rb, line 31
        def conversion_format
          translate_number_value_with_default("human.storage_units.format", locale: options[:locale], raise: true)
        end