Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created May 1, 2014 13:20
Show Gist options
  • Save zackn9ne/8caf327f9db77f9d58ea to your computer and use it in GitHub Desktop.
Save zackn9ne/8caf327f9db77f9d58ea to your computer and use it in GitHub Desktop.
basic sinatra route
require 'sinatra'¬
require 'sinatra/reloader'¬
¬
#routes¬
get '/' do¬
erb :index¬
⋅⋅¬
end¬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment