Flowdock
method

storage_unit_key

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: NumberToHumanSizeConverter
storage_unit_key() 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_human_size_converter.rb, line 39
        def storage_unit_key
          key_end = smaller_than_base? ? "byte" : STORAGE_UNITS[exponent]
          "human.storage_units.units.#{key_end}"
        end
Register or log in to add new notes.