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

Adds API for custom controller routes #99

Merged
merged 4 commits into from
Mar 2, 2016

Conversation

ketzusaka
Copy link
Contributor

This cleans up ResourceController routing and introduces a simple API for routing to Controller actions: app.add(.Get, "foo", FooController.bar)

This cleans up ResourceController routing and introduces a simple API for routing to Controller actions: app.add(.Get, "foo", FooController.bar)
@loganwright
Copy link
Member

I like this one 👍 I think it opens the door for more customized controller options where users might want it.

@tanner0101
Copy link
Member

This looks good. Waiting for tests.

tanner0101 added a commit that referenced this pull request Mar 2, 2016
…uting

Adds API for custom controller routes
@tanner0101 tanner0101 merged commit e5b763d into master Mar 2, 2016
@tanner0101 tanner0101 deleted the ketz/simple-controller-action-routing branch March 7, 2016 18:02
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

3 participants