2014-11-23 21:12:31 +01:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
begin
|
|
|
|
load File.expand_path("../spring", __FILE__)
|
|
|
|
rescue LoadError
|
|
|
|
end
|
2014-11-06 14:46:59 +01:00
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
|
|
require_relative '../config/boot'
|
|
|
|
require 'rails/commands'
|