2018-11-09 00:29:00 +00:00
|
|
|
#!/usr/bin/env ruby
|
2019-07-30 21:29:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-02-01 17:54:16 +00:00
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
2018-11-09 00:29:00 +00:00
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|