Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. require 'startup'
  2. require 'lib/application.rb'
  3.  
  4. Waves::Console.load
  5.  
  6. use ::Rack::ShowExceptions
  7. use ::Rack::Static, :urls => [ '/css', '/javascript' ], :root => 'public'
  8. run ::Waves::Dispatchers::Default.new
Add Comment
Please, Sign In to add comment