2015-10-02 21:05:03 +02:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
|
begin
|
2015-10-02 21:19:37 +02:00
|
|
|
load File.expand_path('../spring', __FILE__)
|
2015-10-02 21:05:03 +02:00
|
|
|
rescue LoadError
|
|
|
|
|
end
|
|
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
|
|
|
require_relative '../config/boot'
|
|
|
|
|
require 'rails/commands'
|