mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d66e7835be
The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
7 lines
312 B
Ruby
7 lines
312 B
Ruby
# in case active_support/inflector is required without the rest of active_support
|
|
require "active_support/inflector/inflections"
|
|
require "active_support/inflector/transliterate"
|
|
require "active_support/inflector/methods"
|
|
|
|
require "active_support/inflections"
|
|
require "active_support/core_ext/string/inflections"
|