Files
old-ribica/back-office/bin/rails

9 lines
219 B
Plaintext
Raw Normal View History

2015-01-14 07:29:44 +01:00
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'