aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/core.rb
blob: 47b968e12107acf30ef11d7afd061e84e26d0739 (plain) (blame)
1
2
3
4
5
6
7
# This file is required by each major ActiveModel component for the core requirements.  This allows you to
# load individual pieces of ActiveModel as needed.
$LOAD_PATH << File.join(File.dirname(__FILE__), '..', '..', '..', 'activesupport', 'lib')

# premature optimization?
# So far, we only need the string inflections and not the rest of ActiveSupport.
require 'active_support/inflector'