jsonapi-suite / jsonapi_compliable

MIT License
20 stars 35 forks source link

Association arguments and scope #146

Closed thec0keman closed 5 years ago

thec0keman commented 5 years ago

It looks like all of the association helpers have scope default to nil, however later in the methods there are assumptions that it is not nil (e.g. _scope.call.where).

Would it be better to not set a default value?

richmolj commented 5 years ago

Believe this is also addressed in Graphiti