aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-12-21 14:15:13 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-12-21 14:15:13 -0700
commit3afeb6b39b9e36e3edb3bf02d111b6c61e04a795 (patch)
treea83f9569369c147030d274274f221b7ddee8e2d3 /activerecord/lib/active_record.rb
parent44ff03bb2eb1eb2b088265389a2adc89936d7099 (diff)
downloadrails-3afeb6b39b9e36e3edb3bf02d111b6c61e04a795.tar.gz
rails-3afeb6b39b9e36e3edb3bf02d111b6c61e04a795.tar.bz2
rails-3afeb6b39b9e36e3edb3bf02d111b6c61e04a795.zip
DeprecatedUnderscoreRead does not exist anymore
Diffstat (limited to 'activerecord/lib/active_record.rb')
-rw-r--r--activerecord/lib/active_record.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index 2463f3951f..77971973f6 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -105,7 +105,6 @@ module ActiveRecord
autoload :TimeZoneConversion
autoload :Write
autoload :Serialization
- autoload :DeprecatedUnderscoreRead
end
end