mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-19 23:07:51 -05:00
5 lines
159 B
Ruby
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 Growstuff::Application
|