aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/attribute_methods/read.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/attribute_methods/read.rb')
-rw-r--r--activerecord/lib/active_record/attribute_methods/read.rb4
1 files changed, 0 insertions, 4 deletions
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 <tt>attr_name</tt> after it has been typecast (for example,