Method: JSONAPI::BasicResource#create_to_many_links
- Defined in:
- lib/jsonapi/basic_resource.rb
#create_to_many_links(relationship_type, relationship_key_values, options = {}) ⇒ Object
82 83 84 85 86 |
# File 'lib/jsonapi/basic_resource.rb', line 82 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 |