aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/inflector.rb
blob: d77f04c9c5fa155058edb75b684c910256930c96 (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 "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"