orbit-eremail/script/rails

9 lines
319 B
Plaintext
Raw Normal View History

2014-02-19 03:22:48 +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__)
ENGINE_PATH = File.expand_path('../../lib/er_email/engine', __FILE__)
require 'rails/all'
require 'rails/engine/commands'