comparison config/initializers/inflections.rb @ 0:4aa8194a1733

Initial.
author Edho Arief <edho@myconan.net>
date Sun, 26 Aug 2012 10:58:26 -0700
parents
children 68eb23b52864
comparison
equal deleted inserted replaced
-1:000000000000 0:4aa8194a1733
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
11 #
12 # These inflection rules are supported but not enabled by default:
13 # ActiveSupport::Inflector.inflections do |inflect|
14 # inflect.acronym 'RESTful'
15 # end