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
My intention is to make it easy to define routes in one controller, which refer to methods (actions) in another controller. This may involve considerable refactoring.
For the sake of making it more generic and accommodating to a wider audience, it may be a good idea to create a dispatcher method which can be overridden to suit the exact needs and desires of the developer. This dispatcher method would take some of the responsibility out of the growing action method, making it easier for developers to override routing behaviour.
My intention is to make it easy to define routes in one controller, which refer to methods (actions) in another controller. This may involve considerable refactoring.
For the sake of making it more generic and accommodating to a wider audience, it may be a good idea to create a
dispatcher
method which can be overridden to suit the exact needs and desires of the developer. Thisdispatcher
method would take some of the responsibility out of the growingaction
method, making it easier for developers to override routing behaviour.A significant two-way discussion can be found here: https://groups.google.com/forum/#!topic/scorched/0yzKSrFH6a4
The text was updated successfully, but these errors were encountered: