view config.ru @ 193:d09bdb5904f5

Update gems
author Edho Arief <edho@myconan.net>
date Thu, 04 Apr 2013 11:26:02 +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