Sha256: b9280e0724b9f9af22773bdaaa20cd31cd20088563d583c463b0c35a9c5bde73
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
module ActionController #:nodoc: module Caching extend ActiveSupport::Autoload eager_autoload do autoload :Sweeper, 'rails/observers/action_controller/caching/sweeping' autoload :Sweeping, 'rails/observers/action_controller/caching/sweeping' end ActionController::Base.extend Sweeping::ClassMethods if defined?(ActiveRecord) end end
Version data entries
2 entries across 2 versions & 2 rubygems