config.ru 145 B

12345
  1. # Require your environment file to bootstrap Rails
  2. require ::File.expand_path('../config/environment', __FILE__)
  3. # Dispatch the request
  4. run Ar