eBooru/bin/rails

5 lines
141 B
Plaintext
Raw Permalink Normal View History

2014-04-14 17:32:01 -04:00
#!/usr/bin/env ruby
2022-10-10 07:22:35 -04:00
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"