aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/value.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-06-01 22:24:01 +0200
committerYves Senn <yves.senn@gmail.com>2014-06-01 22:24:01 +0200
commit02ee081cd645b51cbdfb28cd305777d3257ad871 (patch)
tree1b02b3ccffbef9296aaa6660caed5c64fcb362aa /activerecord/lib/active_record/type/value.rb
parent260c384bdb539265b31d3937df48e528acb50800 (diff)
parent90c8be76a7d00475be5ff4db2eeedde5cc936c2d (diff)
downloadrails-02ee081cd645b51cbdfb28cd305777d3257ad871.tar.gz
rails-02ee081cd645b51cbdfb28cd305777d3257ad871.tar.bz2
rails-02ee081cd645b51cbdfb28cd305777d3257ad871.zip
Merge pull request #15435 from sgrif/sg-rm-serialization
Remove most code related to serialized properties
Diffstat (limited to 'activerecord/lib/active_record/type/value.rb')
-rw-r--r--activerecord/lib/active_record/type/value.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/type/value.rb b/activerecord/lib/active_record/type/value.rb
index 9c1e9dc01e..8cd99df2b4 100644
--- a/activerecord/lib/active_record/type/value.rb
+++ b/activerecord/lib/active_record/type/value.rb
@@ -54,7 +54,6 @@ module ActiveRecord
def type_cast_for_write(value) # :nodoc:
value
end
- alias_method :raw_type_cast_for_write, :type_cast_for_write # :internal:
private