Sha256: 50e530b510760d372feb9fa1e72fd45d005793020100b5861370e31e568fa6a9

Contents?: true

Size: 269 Bytes

Versions: 5

Compression:

Stored size: 269 Bytes

Contents

# Add new inflection rules to avoid those rules from being overwriten.
if defined?(ActiveSupport::Inflector)
  ActiveSupport::Inflector.inflections do |inflect|
    inflect.irregular 'attribute', 'attributes'
    inflect.irregular 'good_value', 'good_values'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
carlosbrando-remarkable-2.2.10 lib/remarkable/inflections.rb
carlosbrando-remarkable-2.2.8 lib/remarkable/inflections.rb
carlosbrando-remarkable-2.2.9 lib/remarkable/inflections.rb
carlosbrando-remarkable-2.3.0 lib/remarkable/inflections.rb
carlosbrando-remarkable-2.3.1 lib/remarkable/inflections.rb