Sha256: e114a972962c3d72bca2e99770a7c1604a04ec61bb6581aaa9d30dfffabeac95
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
require 'zeus/rails' ROOT_PATH = File.expand_path(Dir.pwd) ENV_PATH = File.expand_path('spec/test_app/config/environment', ROOT_PATH) BOOT_PATH = File.expand_path('spec/test_app/config/boot', ROOT_PATH) APP_PATH = File.expand_path('spec/test_app/config/application', ROOT_PATH) ENGINE_ROOT = File.expand_path(Dir.pwd) ENGINE_PATH = File.expand_path('lib/mail_manager/engine', ENGINE_ROOT) class EnginePlan < Zeus::Rails end Zeus.plan = EnginePlan.new
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mail_manager-0.1.4 | engine_plan.rb |
mail_manager-0.1.2 | engine_plan.rb |
mail_manager-0.1.1 | engine_plan.rb |
mail_manager-0.1.0 | engine_plan.rb |
mail_manager-0.0.1 | engine_plan.rb |