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 Dec 14, 2018. It is now read-only.
ControllerModel
supports multiple routes per controller, butActionModel
does not.If you have a controller with multiple
[Route]
attributes, this results in a singleControllerModel
instance.If you have an action with multiple
[Route]
attributes, this results in multipleActionModel
instances.We should resolve this asymmetry somehow.
The text was updated successfully, but these errors were encountered: