From 3f5b984bf33eb1908ed595b8143873e13b070344 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 9 Feb 2012 14:45:46 -0800 Subject: removing dead code --- activerecord/lib/active_record/attribute_methods/read.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord/lib/active_record/attribute_methods/read.rb') diff --git a/activerecord/lib/active_record/attribute_methods/read.rb b/activerecord/lib/active_record/attribute_methods/read.rb index 0724082a2d..846ac03d82 100644 --- a/activerecord/lib/active_record/attribute_methods/read.rb +++ b/activerecord/lib/active_record/attribute_methods/read.rb @@ -112,10 +112,6 @@ module ActiveRecord def attribute_cast_code(attr_name) columns_hash[attr_name].type_cast_code('v') end - - def instance_cast_method(attr_name) - "cast_column" - end end # Returns the value of the attribute identified by attr_name after it has been typecast (for example, -- cgit v1.2.3