Skip to content

Instantly share code, notes, and snippets.

@achiurizo
Created June 6, 2010 22:41
Show Gist options
  • Save achiurizo/427988 to your computer and use it in GitHub Desktop.
Save achiurizo/427988 to your computer and use it in GitHub Desktop.
get :new do
you went to "/new"
end
get :new, :with => :id do
"you went to /new/123"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment