Guest User

Untitled

a guest
Sep 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require 'presto'
  2.  
  3. $:.unshift File.expand_path('lib', File.dirname(__FILE__))
  4. require 'store'
  5.  
  6. app = Presto::App.new
  7. app.mount Custom::Store::Home
  8.  
  9. run app.to_app
Add Comment
Please, Sign In to add comment