Sha256: 385cd056c72e951cf10ea0b768bd10d6736cea5097df5c2765a24625b2e862fc
Contents?: true
Size: 473 Bytes
Versions: 4
Compression:
Stored size: 473 Bytes
Contents
module IReach class Engine < ::Rails::Engine isolate_namespace IReach end end IReach::Engine.config.to_prepare do ApplicationController.helper(LayoutHelper) ApplicationController.layout('i_reach/application') MailManager::ApplicationController.layout('i_reach/application') MailManager::ApplicationController.helper(LayoutHelper) Newsletter::ApplicationController.layout('i_reach/application') Newsletter::ApplicationController.helper(LayoutHelper) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
i_reach-3.0.1 | lib/i_reach/engine.rb |
i_reach-3.0.0 | lib/i_reach/engine.rb |
i_reach-0.1.2 | lib/i_reach/engine.rb |
i_reach-0.1.1 | lib/i_reach/engine.rb |