~ubuntu-branches/ubuntu/trusty/ruby-slim/trusty

« back to all changes in this revision

Viewing changes to test/rails/config/initializers/inflections.rb

  • Committer: Package Import Robot
  • Author(s): Jérémy Bobbio
  • Date: 2013-04-13 08:20:54 UTC
  • Revision ID: package-import@ubuntu.com-20130413082054-zr326qb62of78z1g
Tags: upstream-2.0.0~pre6
Import upstream version 2.0.0~pre6

Show diffs side-by-side

added added

removed removed

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