Skip to content

Commit

Permalink
adds missing require for #parameterize
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 25, 2010
1 parent fa8e17b commit cd0267c
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1,5 +1,7 @@
require 'active_support/inflector/methods'
require 'active_support/inflector/inflections'
require 'active_support/inflector/transliterate'

# 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 cd0267c

Please sign in to comment.