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