+rapsys_air_calendar:
+ path:
+ en_gb: '/en/calendar'
+ fr_fr: '/calendrier'
+ controller: Rapsys\AirBundle\Controller\CalendarController::index
+ methods: GET|POST
+
+rapsys_air_calendar_callback:
+ path: '/calendar/callback'
+ controller: Rapsys\AirBundle\Controller\CalendarController::callback
+ methods: GET
+
+rapsys_air_city:
+ path:
+ 'en_gb': '/en/city'
+ 'fr_fr': '/ville'
+ controller: Rapsys\AirBundle\Controller\LocationController::cities
+ methods: GET|POST
+
+rapsys_air_city_view:
+ path:
+ 'en_gb': '/en/city/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
+ 'fr_fr': '/ville/{latitude<-?(?:\d*\.)?\d+>}/{longitude<-?(?:\d*\.)?\d+>}/{city<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\LocationController::city
+ methods: GET|POST
+
+rapsys_air_dance:
+ path:
+ 'en_gb': '/en/dance'
+ 'fr_fr': '/danse'
+ controller: Rapsys\AirBundle\Controller\DanceController::index
+ methods: GET|POST
+
+rapsys_air_dance_view:
+ path:
+ 'en_gb': '/en/dance/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
+ 'fr_fr': '/danse/{id<[0-9]+>}/{name<[\w-]+>}/{type<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\DanceController::view
+ methods: GET|POST
+
+rapsys_air_dance_name:
+ path:
+ 'en_gb': '/en/dance/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
+ 'fr_fr': '/danse/{name<[a-zA-Z0-9=_-]+>}/{dance<[\w-]+>}'
+ controller: Rapsys\AirBundle\Controller\DanceController::name
+ methods: GET|POST
+