Skip to content

Controllers default action not working with more then one method#57

Open
StephanAtG2 wants to merge 6 commits intomrjgreen:masterfrom
StephanAtG2:master
Open

Controllers default action not working with more then one method#57
StephanAtG2 wants to merge 6 commits intomrjgreen:masterfrom
StephanAtG2:master

Conversation

@StephanAtG2
Copy link

Using getIndex and postIndex in the same controller only allowed the first declared function to work

Implemented a dirty solution to catch HttpMethodNotAllowedException and look for the other method in the routeMap. If I cannot find the route it just throws the exception again.

@coveralls
Copy link

coveralls commented Nov 1, 2016

Coverage Status

Coverage increased (+0.007%) to 99.654% when pulling ae1f39a on StephanAtG2:master into 5915619 on mrjgreen:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants