Remove string access core extension dependency

This commit is contained in:
Jeremy Kemper
2009-11-09 03:18:54 -08:00
parent b1164adda1
commit ee0d41c38d

View File

@@ -1,5 +1,3 @@
# require "active_support/core_ext/string/access"
module ActiveSupport
module Inflector
# A singleton instance of this class is yielded by Inflector.inflections, which can then be used to specify additional
@@ -210,4 +208,4 @@ module ActiveSupport
camelize(singularize(table_name.to_s.sub(/.*\./, '')))
end
end
end
end