trabajo-afectivo/config.ru

8 lines
244 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.
# set config to do no self notification
Rails.configuration.webserver_is_active = true
2012-04-10 13:31:21 +00:00
require ::File.expand_path('../config/environment', __FILE__)
run Zammad::Application