aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
blob: 083b165dcecdf5e376db5588e8bfd8846d13d86e (plain) (blame)
1
2
3
4
5
6
require 'active_support/deprecation'
require 'active_support/core_ext/module/attribute_accessors'

ActiveSupport::Deprecation.warn(
  "The cattr_* method definitions have been moved into active_support/core_ext/module/attribute_accessors. Please require that instead."
)