Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants