Sha256: 0a4c2cd0753a7ab707474418494ddc14f07e9ea94f272193e95078bff4960262

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

# This is necessary for classes with acronyms to autoload in Rails
if Object.const_defined?('ActiveSupport::Inflector')
  ActiveSupport::Inflector.inflections(:en) do |inflect|
    inflect.acronym 'BOL'
    inflect.acronym 'RL'
    inflect.acronym 'TForce'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
friendly_shipping-0.9.0 lib/friendly_shipping/inflections.rb