mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
5 lines
154 B
Text
5 lines
154 B
Text
|
# This file is used by Rack-based servers to start the application.
|
||
|
|
||
|
require ::File.expand_path('../config/environment', __FILE__)
|
||
|
run Rails.application
|