Sha256: 939ad023dbed858cefb6908f840c96aad09c07a1d147e79d8d5deaf89f01c997

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

require 'action_controller/caching/actions'

module ActionController
  module Caching
    eager_autoload do
      autoload :Actions
    end

    include Actions
  end
end

ActionController::Base.send(:include, ActionController::Caching::Actions)

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-action_caching-1.1.1/lib/action_controller/action_caching.rb
actionpack-action_caching-1.1.1 lib/action_controller/action_caching.rb