debian-mirror-gitlab/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 Normal View History

2014-09-02 18:07:02 +05:30
#!/usr/bin/env ruby
2018-05-09 12:01:36 +05:30
APP_PATH = File.expand_path('../config/application', __dir__)
2014-09-02 18:07:02 +05:30
require_relative '../config/boot'
require 'rails/commands'