DocumentServer/OnlineEditorsExample/OnlineEditorsExampleRuby/config.ru
2015-04-29 19:10:50 +03:00

5 lines
153 B
Ruby

# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application