2013-12-02 21:47:02 +00:00
|
|
|
#!/usr/bin/env ruby
|
2014-12-23 14:12:09 +00:00
|
|
|
begin
|
|
|
|
load File.expand_path("../spring", __FILE__)
|
|
|
|
rescue LoadError
|
|
|
|
end
|
2014-11-29 11:36:18 +00:00
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
2013-12-02 21:47:02 +00:00
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|