Add a missing require in 'active_support/core_ext/string/inflections'

This commit is contained in:
Carl Lerche
2010-07-29 08:51:06 -07:00
parent 0f0bdaea7b
commit d04c6f2ff6

View File

@@ -1,3 +1,4 @@
require 'active_support/inflector/methods'
# 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.
#