Advertisement
johnbarbosar

config.ru

Feb 16th, 2021
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/bin/env rackup
  2. # encoding: utf-8
  3.  
  4. # This file can be used to start Padrino,
  5. # just execute it from the command line.
  6.  
  7. require File.expand_path('../config/boot.rb', __FILE__)
  8.  
  9. run Padrino.application
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement