jsonapi-suite / jsonapi_compliable

MIT License
20 stars 35 forks source link

Make raising on missing sideload configurable #75

Closed richmolj closed 6 years ago

richmolj commented 6 years ago

It can be desirable to silently drop the relationship instead of raising an error. This is now configurable:

JsonapiCompliable.configure do |c|
  c.raise_on_missing_sideload = false
end