Skip to content

Instantly share code, notes, and snippets.

@benglass
Created May 15, 2013 17:49
Show Gist options
  • Save benglass/5585880 to your computer and use it in GitHub Desktop.
Save benglass/5585880 to your computer and use it in GitHub Desktop.
/**
* @Route("/organization/user/edit/{organization_id}/{user_id}", name="organization_edit_user_title")
* @ParamConverter("orgUser", class="VDWVTFABundle:OrganizationUser", options={"mapping": {"organization_id": "organization_id", "user_id": "user_id"}})
* @Template
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment