inflections.rb 533 B

123456789101112131415
  1. # Be sure to restart your server when you modify this file.
  2. # Add new inflection rules using the following format
  3. # (all these examples are active by default):
  4. # ActiveSupport::Inflector.inflections do |inflect|
  5. # inflect.plural /^(ox)$/i, '\1en'
  6. # inflect.singular /^(ox)en/i, '\1'
  7. # inflect.irregular 'person', 'people'
  8. # inflect.uncountable %w( fish sheep )
  9. # end
  10. #
  11. # These inflection rules are supported but not enabled by default:
  12. # ActiveSupport::Inflector.inflections do |inflect|
  13. # inflect.acronym 'RESTful'
  14. # end