Skip to content

Instantly share code, notes, and snippets.

@ricfrank
Created May 8, 2013 10:30
Show Gist options
  • Save ricfrank/5539636 to your computer and use it in GitHub Desktop.
Save ricfrank/5539636 to your computer and use it in GitHub Desktop.
/**
* @REST\Put("/services/trails/{id}/", name="find2ride_trails_put")
*/
public function editAction(Trail $trail) {
return $this->processForm($trail);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment