mirror of
https://github.com/danog/yawarehouse.git
synced 2024-11-26 12:04:47 +01:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
# This file is used by Rack-based servers to start the application.
|
||
|
|
||
|
require_relative 'config/environment'
|
||
|
|
||
|
run Rails.application
|