9 lines
191 B
Ruby
9 lines
191 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
# encoding: UTF-8
|
|
# frozen_string_literal: true
|
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
|
require_relative '../config/boot'
|
|
require 'rails/commands'
|