1
0
Fork 0
jokes-rails/config.ru

5 lines
153 B
Plaintext
Raw Normal View History

2016-03-08 19:28:32 -05:00
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application