2011-11-21 21:36:42 +00:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
2012-07-25 22:29:31 +00:00
|
|
|
|
|
|
|
use Rack::Deflater
|
|
|
|
|
2011-11-27 12:54:10 +00:00
|
|
|
run AsciiIo::Application
|