2017-07-27 16:15:38 -04:00
|
|
|
#!/usr/bin/env ruby
|
2017-08-12 08:32:15 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-08-02 14:13:11 -04:00
|
|
|
APP_PATH = File.expand_path("../config/application", __dir__)
|
|
|
|
require_relative "../config/boot"
|
|
|
|
require "rails/commands"
|