5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||
|
require File.expand_path('../../config/boot', __FILE__)
|
||
|
require 'rails/commands'
|