Mention about acronym inflection in config/initializers/inflections.rb

Closes #1366
This commit is contained in:
Prem Sichanugrist
2011-07-10 22:21:44 -04:00
parent c3732bfed0
commit 75cfd037cb

View File

@@ -8,3 +8,8 @@
# inflect.irregular 'person', 'people'
# inflect.uncountable %w( fish sheep )
# end
#
# These inflection rules are supported but not enabled by default:
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.acronym 'RESTful'
# end