2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00
moebooru/bin/rails

5 lines
141 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env ruby
2022-01-15 01:49:06 +09:00
APP_PATH = File.expand_path("../config/application", __dir__)
2021-02-11 16:57:35 +09:00
require_relative "../config/boot"
require "rails/commands"