mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
17 lines
542 B
YAML
17 lines
542 B
YAML
chill_event_participation_new:
|
|
path: /new
|
|
defaults: { _controller: ChillEventBundle:Participation:new }
|
|
|
|
chill_event_participation_create:
|
|
path: /create
|
|
defaults: { _controller: ChillEventBundle:Participation:create }
|
|
|
|
chill_event_participation_edit:
|
|
path: /{participation_id}/edit
|
|
defaults: { _controller: ChillEventBundle:Participation:edit }
|
|
|
|
chill_event_participation_update:
|
|
path: /{participation_id}/update
|
|
defaults: { _controller: ChillEventBundle:Participation:update }
|
|
methods: [POST]
|