7 lines
221 B
Ruby
7 lines
221 B
Ruby
#!/usr/bin/env ruby
|
|
APP_PATH = File.expand_path('../../../../config/application', __FILE__)
|
|
require_relative '../../../config/boot'
|
|
|
|
ENGINE_ROOT = File.expand_path('..', File.dirname(__FILE__))
|
|
require 'rails/commands'
|