Retrospring/bin/rails

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
141 B
Plaintext
Raw Permalink Normal View History

2014-08-01 02:23:47 -07:00
#!/usr/bin/env ruby
2020-04-18 15:59:18 -07:00
APP_PATH = File.expand_path('../config/application', __dir__)
2017-03-31 13:42:45 -07:00
require_relative '../config/boot'
require 'rails/commands'