sutty/bin/rails

6 lines
182 B
Plaintext
Raw Normal View History

2018-01-02 17:19:25 +00:00
#!/usr/bin/env ruby
2020-12-24 18:02:03 +00:00
load File.expand_path("spring", __dir__)
2019-07-29 19:19:46 +00:00
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'