wblog/bin/rails

5 lines
141 B
Plaintext
Raw Permalink Normal View History

2014-05-11 18:54:28 +08:00
#!/usr/bin/env ruby
2017-04-30 19:48:31 +08:00
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
2014-05-11 18:54:28 +08:00
require 'rails/commands'