Archived
1
0
Fork 0
This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
psenv-test/bin/rails
2019-10-03 22:39:54 -04:00

9 lines
264 B
Ruby
Executable file

#!/usr/bin/env ruby
begin
load File.expand_path('../spring', __FILE__)
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'