admin_scope: path: / controller: Chill\MainBundle\Controller\ScopeController::indexAction options: menus: admin_permissions: order: 200 label: List circles admin_scope_show: path: /{id}/show controller: Chill\MainBundle\Controller\ScopeController::showAction admin_scope_new: path: /new controller: Chill\MainBundle\Controller\ScopeController::newAction options: menus: admin_permissions: order: 201 label: New circle admin_scope_create: path: /create controller: Chill\MainBundle\Controller\ScopeController::createAction methods: POST admin_scope_edit: path: /{id}/edit controller: Chill\MainBundle\Controller\ScopeController::editAction admin_scope_update: path: /{id}/update controller: Chill\MainBundle\Controller\ScopeController::updateAction methods: [POST, PUT]