Mercurial > zeropaste
view config.ru @ 436:72557a5310d9
Update readme
- minimum ruby version
- failing drone.io (missing latest ruby and stuff)
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 13 Jun 2016 15:07:38 +0900 |
parents | 377750dcab80 |
children | d31fe32da7a0 |
line wrap: on
line source
# This file is used by Rack-based servers to start the application. require ::File.expand_path('../config/environment', __FILE__) map (ENV['RAILS_RELATIVE_URL_ROOT'] || '/') do run Zeropaste::Application end