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