Sha256: bdf304874636ce6c3a5ec12c29c6ef82cc1236126690e9804397c97af53073c7

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

ActiveSupport::Inflector.inflections(:en) do |inflect|
  # inflect.plural /^(ox)$/i, '\1en'
  # inflect.singular /^(ox)en/i, '\1'
  # inflect.irregular 'person', 'people'
  # inflect.uncountable %w( fish sheep )

  inflect.acronym "RESO"
  inflect.uncountable %w( media socialmedia gis )

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reso-0.2.2 lib/reso/config/inflections.rb