https://github.com/Sephi-Chan/jeuweb
Revision 2b8009a45a7a84cff45f262df4f6f067d7945cc5 authored by Romain Tribes on 02 December 2013, 19:52:03 UTC, committed by Romain Tribes on 02 December 2013, 19:52:03 UTC
1 parent 0d66397
Raw File
Tip revision: 2b8009a45a7a84cff45f262df4f6f067d7945cc5 authored by Romain Tribes on 02 December 2013, 19:52:03 UTC
Fix .gitignore.
Tip revision: 2b8009a
config.ru
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment',  __FILE__)
run Jeuweb::Application
back to top