aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods
diff options
context:
space:
mode:
authorPareshGupta <paresh@vinsol.com>2016-02-02 11:21:52 +0530
committerPareshGupta <paresh@vinsol.com>2016-02-02 11:21:52 +0530
commite944e67001a1bebd1f7305f5b30f5ae9361ecb28 (patch)
tree1011f332b9487143494d64f0243479ce011554ad /activerecord/lib/active_record/attribute_methods
parentd8ac525059a6d389bcb7a0615e97683456ac4be0 (diff)
downloadrails-e944e67001a1bebd1f7305f5b30f5ae9361ecb28.tar.gz
rails-e944e67001a1bebd1f7305f5b30f5ae9361ecb28.tar.bz2
rails-e944e67001a1bebd1f7305f5b30f5ae9361ecb28.zip
Remove unused class AttributeMethodCache
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods')
-rw-r--r--activerecord/lib/active_record/attribute_methods/read.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_methods/read.rb b/activerecord/lib/active_record/attribute_methods/read.rb
index 56b87e8933..ab2ecaa7c5 100644
--- a/activerecord/lib/active_record/attribute_methods/read.rb
+++ b/activerecord/lib/active_record/attribute_methods/read.rb
@@ -1,7 +1,6 @@
module ActiveRecord
module AttributeMethods
module Read
-
extend ActiveSupport::Concern
module ClassMethods