crabgrass/config.ru

9 lines
304 B
Plaintext
Raw Normal View History

# This file is used by Rack-based servers to start the application.
2017-09-12 08:10:31 +02:00
require ::File.expand_path('../config/environment', __FILE__)
# byebug fails with this - so make sure we only load if with Debugger
2017-09-12 08:10:31 +02:00
use Rails::Rack::Debugger if defined?(Debugger) && Rails.env.development?
run Crabgrass::Application