aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class.rb
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-02 14:25:16 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-02 14:25:16 -0800
commitafbefccf2a8a2b252fe3fd9565b732f9e0867a08 (patch)
tree72860a1f5d65b245121abba11b6ce09978c96874 /activesupport/lib/active_support/core_ext/class.rb
parent0638d329c6b5a1d270150c1b8c74e413e98ef3f4 (diff)
parent7dfbd91b0780fbd6a1dd9bfbc176e10894871d2d (diff)
downloadrails-afbefccf2a8a2b252fe3fd9565b732f9e0867a08.tar.gz
rails-afbefccf2a8a2b252fe3fd9565b732f9e0867a08.tar.bz2
rails-afbefccf2a8a2b252fe3fd9565b732f9e0867a08.zip
Merge pull request #11197 from gsamokovarov/unify-mattr-cattr
Unify cattr and mattr accessors declarations
Diffstat (limited to 'activesupport/lib/active_support/core_ext/class.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/class.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/class.rb b/activesupport/lib/active_support/core_ext/class.rb
index 86b752c2f3..c750a10bb2 100644
--- a/activesupport/lib/active_support/core_ext/class.rb
+++ b/activesupport/lib/active_support/core_ext/class.rb
@@ -1,4 +1,3 @@
require 'active_support/core_ext/class/attribute'
-require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/class/delegating_attributes'
require 'active_support/core_ext/class/subclasses'