You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because resource scopes (e.g. where) are delegated to the query builder during the definition of resource, there isn't a way for custom query builders to add methods on the base resource/class.
It would be preferential for there to be some degree of scope definition support (a la ActiveRecord), but maybe there's a reasonable workaround that doesn't require explicit delegation in the resource class?
Because resource scopes (e.g.
where
) are delegated to the query builder during the definition ofresource
, there isn't a way for custom query builders to add methods on the base resource/class.It would be preferential for there to be some degree of scope definition support (a la ActiveRecord), but maybe there's a reasonable workaround that doesn't require explicit delegation in the resource class?
Today:
Future?
The text was updated successfully, but these errors were encountered: