Skip to content

Commit

Permalink
Inflector -> ActiveSupport::Inflector
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 10, 2008
1 parent 34c51c9 commit fb14c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/configs/initializers/inflections.rb
Expand Up @@ -2,7 +2,7 @@

# Add new inflection rules using the following format
# (all these examples are active by default):
# Inflector.inflections do |inflect|
# ActiveSupport::Inflector.inflections do |inflect|
# inflect.plural /^(ox)$/i, '\1en'
# inflect.singular /^(ox)en/i, '\1'
# inflect.irregular 'person', 'people'
Expand Down

0 comments on commit fb14c88

Please sign in to comment.