Skip to content

Commit

Permalink
Remove string access core extension dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 9, 2009
1 parent b1164ad commit ee0d41c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions activesupport/lib/active_support/inflector/inflections.rb
@@ -1,5 +1,3 @@
# require "active_support/core_ext/string/access"

module ActiveSupport module ActiveSupport
module Inflector module Inflector
# A singleton instance of this class is yielded by Inflector.inflections, which can then be used to specify additional # A singleton instance of this class is yielded by Inflector.inflections, which can then be used to specify additional
Expand Down Expand Up @@ -210,4 +208,4 @@ def classify(table_name)
camelize(singularize(table_name.to_s.sub(/.*\./, ''))) camelize(singularize(table_name.to_s.sub(/.*\./, '')))
end end
end end
end end

0 comments on commit ee0d41c

Please sign in to comment.