Class: Documents::MultiSelectValue

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

Instance Method Summary collapse

Methods inherited from FieldValue

#has_value?, #path

Instance Method Details

#to_sObject



10
# File 'app/models/documents/multi_select_value.rb', line 10

def to_s = Array.wrap(value).map { |key| options[key] || key }.join(", ")