aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 21:34:44 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit077372b20d1024eace791af27792b71c0b7ccdb9 (patch)
treea7266126556e40aee03257b54086a206c5279b21 /activerecord/lib/active_record/attribute_methods.rb
parent4aee8dd486828943fb414504500efdbcfb49f884 (diff)
downloadrails-077372b20d1024eace791af27792b71c0b7ccdb9.tar.gz
rails-077372b20d1024eace791af27792b71c0b7ccdb9.tar.bz2
rails-077372b20d1024eace791af27792b71c0b7ccdb9.zip
load active_support/deprecation in active_support/rails
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods.rb')
-rw-r--r--activerecord/lib/active_record/attribute_methods.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/attribute_methods.rb b/activerecord/lib/active_record/attribute_methods.rb
index f36df4a444..ced15bc330 100644
--- a/activerecord/lib/active_record/attribute_methods.rb
+++ b/activerecord/lib/active_record/attribute_methods.rb
@@ -1,5 +1,4 @@
require 'active_support/core_ext/enumerable'
-require 'active_support/deprecation'
module ActiveRecord
# = Active Record Attribute Methods