Project

General

Profile

Download (260 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/usr/bin/env ruby
begin
load File.expand_path('spring', __dir__)
rescue LoadError => e
raise unless e.message.include?('spring')
end
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'
(2-2/4)