Skip to content

Support routing http methods to actions #1

@thewunder

Description

@thewunder

via @httpMethodMap {"DELETE":"deleteAction"} annotation so that

DELETE /example/ calls ExampleController::deleteAction()

For better restful API building.

Potentially have default map?
DELETE -> deleteAction
POST -> saveAction
PUT -> saveAction

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions