Sha256: 75e7da7f73447a396b3f33d5f04eec6e13d7e400b483cff56dedbf6f07db099d

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

module InfoparkComponentCache

  class Engine < Rails::Engine

    initializer "component_cache.helpers" do
      [
        InfoparkComponentCacheHelper
      ].each do |helper|
        ActionView::Base.__send__(      :include, helper)
      end
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infopark_component_cache-1.1.0 lib/engine.rb
infopark_component_cache-1.0.0 lib/engine.rb