mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
7 lines
151 B
Ruby
7 lines
151 B
Ruby
|
# Load the Rails application.
|
||
|
require File.expand_path('../application', __FILE__)
|
||
|
|
||
|
# Initialize the Rails application.
|
||
|
Rails.application.initialize!
|
||
|
|