Skip to content

Instantly share code, notes, and snippets.

@mdarby
Created August 7, 2013 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdarby/6177086 to your computer and use it in GitHub Desktop.
Save mdarby/6177086 to your computer and use it in GitHub Desktop.
post "updates/:id/shares/:share_id/confirm" => "updates#confirm", constraints: { id: /\D*/, share_id: /\D*/ }, as: "confirm_share"
ActionController::UrlGenerationError:
No route matches {:id=>1, :share_id=>1, :format=>:json, :controller=>"api/v1/updates", :action=>"confirm"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment