attribute_before_type_cast(attribute_name)
Handle *_before_type_cast for method_missing.
# File activerecord/lib/active_record/attribute_methods.rb, line 390 def attribute_before_type_cast(attribute_name) read_attribute_before_type_cast(attribute_name) end