aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record.rb
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-30 15:52:09 +0000
committerJon Leighton <j@jonathanleighton.com>2011-11-30 23:18:40 +0000
commitf4853dc17490c88966721ca1ad422baf6ae49745 (patch)
treee59c90b90a5078fce41c34d3cd4c3ba87ab0353e /activerecord/lib/active_record.rb
parent61489dc6844539c86558f00670802c71927f9b51 (diff)
downloadrails-f4853dc17490c88966721ca1ad422baf6ae49745.tar.gz
rails-f4853dc17490c88966721ca1ad422baf6ae49745.tar.bz2
rails-f4853dc17490c88966721ca1ad422baf6ae49745.zip
Extract attribute serialization code into a separate module
Diffstat (limited to 'activerecord/lib/active_record.rb')
-rw-r--r--activerecord/lib/active_record.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index 3572c640eb..bf28cffbbe 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -92,6 +92,7 @@ module ActiveRecord
autoload :Read
autoload :TimeZoneConversion
autoload :Write
+ autoload :Serialization
end
end