1
0
Fork 0
burden/burden_web/script/rails

9 lines
321 B
Plaintext
Raw Normal View History

2013-06-04 18:59:18 +00:00
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
ENGINE_ROOT = File.expand_path('../..', __FILE__)
2013-06-06 18:55:21 +00:00
ENGINE_PATH = File.expand_path('../../lib/burden_web/engine', __FILE__)
2013-06-04 18:59:18 +00:00
require 'rails/all'
require 'rails/engine/commands'