lib/active_support/inflector/methods.rb in activesupport-3.2.6 vs lib/active_support/inflector/methods.rb in activesupport-3.2.7.rc1

- old
+ new

@@ -1,5 +1,6 @@ require 'active_support/inflector/inflections' +require 'active_support/inflections' module ActiveSupport # The Inflector transforms words from singular to plural, class names to table names, modularized class names to ones without, # and class names to foreign keys. The default inflections for pluralization, singularization, and uncountable words are kept # in inflections.rb.