Class: Documents::DateValue
- Inherits:
-
FieldValue
- Object
- ApplicationRecord
- FieldValue
- Documents::DateValue
- Defined in:
- app/models/documents/date_value.rb
Instance Method Summary collapse
Methods inherited from FieldValue
Instance Method Details
#to_s ⇒ Object
7 |
# File 'app/models/documents/date_value.rb', line 7 def to_s = value.present? ? I18n.l(value, format: :long) : "" |