Method: ActiveModel::Attribute#value_before_type_cast

Defined in:
activemodel/lib/active_model/attribute.rb

#value_before_type_castObject (readonly)

Returns the value of attribute value_before_type_cast.



29
30
31
# File 'activemodel/lib/active_model/attribute.rb', line 29

def value_before_type_cast
  @value_before_type_cast
end