Files

5 lines
141 B
Ruby
Raw Permalink Normal View History

2021-09-26 14:41:38 -07:00
#!/usr/bin/env ruby
2023-09-30 09:57:54 -07:00
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"