Method: JSONAPI::Resource#create_to_many_links
- Defined in:
- lib/jsonapi/resource.rb
#create_to_many_links(relationship_type, relationship_key_values, options = {}) ⇒ Object
70 71 72 73 74 |
# File 'lib/jsonapi/resource.rb', line 70 def create_to_many_links(relationship_type, relationship_key_values, = {}) change :create_to_many_link do _create_to_many_links(relationship_type, relationship_key_values, ) end end |