mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
9 lines
234 B
Ruby
Executable file
9 lines
234 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
begin
|
|
load File.expand_path('../spring', __FILE__)
|
|
rescue LoadError
|
|
'no spring'
|
|
end
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|