tack2us/bin/rails

9 lines
220 B
Text
Raw Permalink Normal View History

2014-01-30 01:07:58 -05:00
#!/usr/bin/env ruby
2014-01-30 01:34:10 -05:00
begin
load File.expand_path("../spring", __FILE__)
rescue LoadError
end
2014-01-30 01:07:58 -05:00
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'