retrospring/bin/rails

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

5 lines
141 B
Text
Raw Normal View History

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