Class: Documents::DecimalValue
- Inherits:
-
FieldValue
- Object
- ApplicationRecord
- FieldValue
- Documents::DecimalValue
- Defined in:
- app/models/documents/decimal_value.rb
Instance Method Summary collapse
Methods inherited from FieldValue
Instance Method Details
#to_s ⇒ Object
8 |
# File 'app/models/documents/decimal_value.rb', line 8 def to_s = value.present? ? value.to_f.round(2) : "" |