config.ru 206 B

123456789
  1. #!/usr/bin/env rackup
  2. # encoding: utf-8
  3. # This file can be used to start Padrino,
  4. # just execute it from the command line.
  5. require File.expand_path("../config/boot.rb", __FILE__)
  6. run Padrino.application