mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
5 lines
159 B
Ruby
5 lines
159 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require_relative "config/environment"
|
|
run Rails.application
|
|
Rails.application.load_server
|