Sha256: 8bb48468a2f68c34e01f08908eba85caa1f020f12b0dcad7c7f856ae41bdc92f
Contents?: true
Size: 551 Bytes
Versions: 7
Compression:
Stored size: 551 Bytes
Contents
module IReach class Engine < ::Rails::Engine isolate_namespace IReach end PLUGIN_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..','..')) 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
7 entries across 7 versions & 1 rubygems