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
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
I also ran into issues with the ActionsHash bits combined with the user of Route.extend(SomeMixin), but I strongly suspect the mixin pattern is to blame there, rather than the Route definition.
The text was updated successfully, but these errors were encountered:
🤔 Is there anywhere you'd directly call the hook yourself? I guess not, thinking about it. I was thinking it'd be helpful to be able to define those to work in a specific way so that you'd know whether you were returning what you'd claim. I think if it returns any, the override a user supplies should be able to be more specific, right?
Using the latest, I bumped into the following issues:
beforeModel
andafterModel
(a) should be generic and (b) are overly strict. Should probably be something like this:Similarly,
model
should probably be something likeI also ran into issues with the
ActionsHash
bits combined with the user ofRoute.extend(SomeMixin)
, but I strongly suspect the mixin pattern is to blame there, rather than theRoute
definition.The text was updated successfully, but these errors were encountered: