Sha256: f5c9fff275a5e77655a2a13754de11ebda95579f0683bf66c6d0031506a4c031
Contents?: true
Size: 459 Bytes
Versions: 9
Compression:
Stored size: 459 Bytes
Contents
module AdvertSelector class Engine < ::Rails::Engine isolate_namespace AdvertSelector config.to_prepare do ::ApplicationController.helper(AdvertSelector::ApplicationHelper) end #initializer 'advert_selector.action_controller' do |app| # ActiveSupport.on_load :action_controller do # helper AdvertSelector::PlacementsHelper # end #end end end #ActionView::Base.send :include, AdvertSelector::PlacementsHelper
Version data entries
9 entries across 9 versions & 1 rubygems