mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove string access core extension dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user