9 lines
321 B
Plaintext
Raw Normal View History

2013-06-04 22:59:18 +04: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 22:55:21 +04:00
ENGINE_PATH = File.expand_path('../../lib/burden_web/engine', __FILE__)
2013-06-04 22:59:18 +04:00
require 'rails/all'
require 'rails/engine/commands'