Sha256: 69a6e101da73f328ca76f88d1cbb5540b63bc5d1cd49aede1fa05309600ada66

Contents?: true

Size: 238 Bytes

Versions: 3

Compression:

Stored size: 238 Bytes

Contents

require 'action_controller/caching/pages'

module ActionController
  module Caching
    eager_autoload do
      autoload :Pages
    end

    include Pages
  end
end

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

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-page_caching-1.0.2/lib/action_controller/page_caching.rb
actionpack-page_caching_multithread-1.2 lib/action_controller/page_caching_multithread.rb
actionpack-page_caching-1.0.2 lib/action_controller/page_caching.rb