controller: Rapsys\AirBundle\Controller\DefaultController::termsOfService
methods: GET
-rapsys_air_dispute:
- path:
- en_gb: '/en/dispute'
- fr_fr: '/contestation'
- controller: Rapsys\AirBundle\Controller\DefaultController::dispute
- methods: GET|POST
-
rapsys_air_location:
path:
en_gb: '/en/location'
rapsys_air_session_view:
path:
- en_gb: '/en/session/{id<\d+>}/{location<[\w-]+>}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
- fr_fr: '/seance/{id<\d+>}/{location<[\w-]+>}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
+ en_gb: '/en/session/{id<\d+>}/{location<[\w-]+>?}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
+ fr_fr: '/seance/{id<\d+>}/{location<[\w-]+>?}/{dance<[\w-]*>?}/{user<[\w-]*>?}'
controller: Rapsys\AirBundle\Controller\SessionController::view
methods: GET|POST