Skip to content

Commit

Permalink
Add another missing require in 'active_support/inflector/inflections'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed Jul 30, 2010
1 parent 03fc2f0 commit d277b82
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1,4 +1,5 @@
require 'active_support/inflector/methods'
require 'active_support/inflector/inflections'
# String inflections define new methods on the String class to transform names for different purposes.
# For instance, you can figure out the name of a database from the name of a class.
#
Expand Down

0 comments on commit d277b82

Please sign in to comment.