Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active December 19, 2015 08:19
Show Gist options
  • Save ashleygwilliams/5924622 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/5924622 to your computer and use it in GitHub Desktop.
# app.rb
module Name #change 'NAME' to your project name
class App < Sinatra::Application
#...all the stuff! (or at least, most of it)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment