lib/glue/inflector.rb in glue-0.13.0 vs lib/glue/inflector.rb in glue-0.14.0
- old
+ new
@@ -1,6 +1,6 @@
# Code from RubyOnRails (http://www.rubyonrails.com)
-# Copyright (c) 2004 David Heinemeier Hansson.
+# Copyright (c) 2004-2005 David Heinemeier Hansson.
module N
# The Inflector transforms words from singular to plural,
# class names to table names, modulized class names to ones without,