Guest User

Untitled

a guest
May 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. require 'sinatra'
  2.  
  3. Sinatra::Application.default_options.merge!(
  4. :run => true,
  5. :env => :development,
  6. :root => "/home/lucky/projects/sinatra/"
  7. :logging => true,
  8. :raise_errors => :true
  9. )
  10.  
  11. require 'app'
  12. run Sinatra.application
Add Comment
Please, Sign In to add comment