aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector.rb
blob: a6adb15a187d993233ee64d31c3e4cf0afeab366 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# in case active_support/inflector is required without the rest of active_support
require_relative "inflector/inflections"
require_relative "inflector/transliterate"
require_relative "inflector/methods"

require_relative "inflections"
require_relative "core_ext/string/inflections"