aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector/inflections.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-11-09 03:18:54 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2009-11-09 03:18:54 -0800
commitee0d41c38d06802bec420d4e0948249146c92cd9 (patch)
tree5d5b0776efc3f9b1d8579e988f98df15d28828cf /activesupport/lib/active_support/inflector/inflections.rb
parentb1164adda12268b38bba9b0d81c0d26b7251b8bb (diff)
downloadrails-ee0d41c38d06802bec420d4e0948249146c92cd9.tar.gz
rails-ee0d41c38d06802bec420d4e0948249146c92cd9.tar.bz2
rails-ee0d41c38d06802bec420d4e0948249146c92cd9.zip
Remove string access core extension dependency
Diffstat (limited to 'activesupport/lib/active_support/inflector/inflections.rb')
-rw-r--r--activesupport/lib/active_support/inflector/inflections.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/inflector/inflections.rb b/activesupport/lib/active_support/inflector/inflections.rb
index 24ce58e5c2..785e245ea4 100644
--- a/activesupport/lib/active_support/inflector/inflections.rb
+++ b/activesupport/lib/active_support/inflector/inflections.rb
@@ -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 \ No newline at end of file
+end