Skip to content

Instantly share code, notes, and snippets.

@pjedrzejewski
Forked from pilot/gist:3377504
Created August 17, 2012 09:56
Show Gist options
  • Save pjedrzejewski/3377591 to your computer and use it in GitHub Desktop.
Save pjedrzejewski/3377591 to your computer and use it in GitHub Desktop.
UserBundle_users_list:
   pattern:  /users/{page}.{_format}
   defaults: { _controller: UserBundle:Users:list, page: 1, _format: html }
   requirements:
      _format:  html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment