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 Normal View History

#!/usr/bin/env ruby
2016-08-16 04:53:41 +09:00
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'