Class: Exo::Resource::Item::HasManyValue

Inherits:
AbstractRelation show all
Defined in:
app/models/exo/resource/item/has_many_value.rb

Instance Method Summary collapse

Methods inherited from AbstractValue

#meta_field_validation, #site, #value_update

Instance Method Details

#form_valueObject



8
9
10
# File 'app/models/exo/resource/item/has_many_value.rb', line 8

def form_value
  items_ids
end