aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext/string.rb
blob: b50e44c598ab8b6fe17ddc507b31e5586af5a9f0 (plain) (blame)
1
2
3
4
5
require File.dirname(__FILE__) + '/string/inflections'

class String
  include ActiveSupport::CoreExtensions::String::Inflections
end