mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
5 lines
149 B
Text
5 lines
149 B
Text
|
#!/usr/bin/env ruby.exe
|
||
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||
|
require_relative '../config/boot'
|
||
|
require 'rails/commands'
|