Files
railsgoat/config.ru
T
Ken Johnson dafe2a5f4a first commit
2013-03-19 17:27:18 -04:00

5 lines
159 B
Ruby

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