Files
2015-GCAT/Rails/config.ru
T

5 lines
154 B
Ruby
Raw Normal View History

2015-04-10 15:12:45 -05:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Gcat::Application