Class: Documents::TimeValue

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

Instance Method Summary collapse

Methods inherited from FieldValue

#has_value?, #path

Instance Method Details

#to_sObject



7
# File 'app/models/documents/time_value.rb', line 7

def to_s = value.present? ? I18n.l(value, format: :short) : ""