Skip to content

Instantly share code, notes, and snippets.

@avanishgiri
Created June 24, 2013 21:42
Show Gist options
  • Save avanishgiri/5853867 to your computer and use it in GitHub Desktop.
Save avanishgiri/5853867 to your computer and use it in GitHub Desktop.
Intro to Rails Routing

In Sinatra, we have

'''ruby get "/posts/:id" do @post = ... erb :post end '''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment