Method: JSONAPI::Resource#create_to_many_links

Defined in:
lib/jsonapi/resource.rb


70
71
72
73
74
# File 'lib/jsonapi/resource.rb', line 70

def create_to_many_links(relationship_type, relationship_key_values, options = {})
  change :create_to_many_link do
    _create_to_many_links(relationship_type, relationship_key_values, options)
  end
end