Method: ActiveModel::Type::Decimal#type_cast_for_schema

Defined in:
activemodel/lib/active_model/type/decimal.rb

#type_cast_for_schema(value) ⇒ Object



53
54
55
# File 'activemodel/lib/active_model/type/decimal.rb', line 53

def type_cast_for_schema(value)
  value.to_s.inspect
end