Sha256: 716c61352cfdd3703fce562f3d453f3d9f11393bea7ddec1ed376c12d297ebd6
Contents?: true
Size: 383 Bytes
Versions: 10
Compression:
Stored size: 383 Bytes
Contents
require 'cache_key_for/cache_key_for_helper' require 'cache_key_for/cache_key_for_view_helper' module CacheKeyFor # class Railtie < Rails::Railtie initializer 'cache_key_for.helper' do ActionView::Base.send :include, CacheKeyForHelper end initializer 'cache_key_for_view.helper' do ActionView::Base.send :include, CacheKeyForViewHelper end end end
Version data entries
10 entries across 10 versions & 1 rubygems