trabajo-afectivo/config.ru

8 lines
243 B
Plaintext
Raw Normal View History

2012-04-10 13:31:21 +00:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
2012-04-10 13:31:21 +00:00
run Zammad::Application
# set config to do no self notification
Rails.configuration.webserver_is_active = true