Class: Documents::DecimalValue

Inherits:
FieldValue
  • Object
show all
Defined in:
app/models/documents/decimal_value.rb

Instance Method Summary collapse

Methods inherited from FieldValue

#has_value?, #path

Instance Method Details

#to_sObject



8
# File 'app/models/documents/decimal_value.rb', line 8

def to_s = value.present? ? value.to_f.round(2) : ""