Sha256: 7a1165c1a0253fdb0c33383e1c5d58f258a89125fc23f2e2d0a2fb247d2c8ff6
Contents?: true
Size: 349 Bytes
Versions: 12
Compression:
Stored size: 349 Bytes
Contents
# Cloned from https://github.com/rails/actionpack-action_caching # as it does not support rails 5 yet 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
12 entries across 12 versions & 1 rubygems