2021-03-19 17:31:38 +02:00
|
|
|
#!/usr/bin/env ruby
|
2021-03-22 03:16:29 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
load File.expand_path('spring', __dir__)
|
2021-03-19 17:31:38 +02:00
|
|
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
2021-03-22 03:16:29 +01:00
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|