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