aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb
blob: b4dbcc6698fd37826a39587f99a4d28e988238f7 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

# cattr_* became mattr_* aliases in 7dfbd91b0780fbd6a1dd9bfbc176e10894871d2d,
# but we keep this around for libraries that directly require it knowing they
# want cattr_*. No need to deprecate.
require_relative "../module/attribute_accessors"