Sha256: c30f8fcfa575c0856f7d52026b867fe3e503a8ccd9b225a0c9195386b78ebfd3

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

module ActionController #:nodoc:
  module Caching
    extend ActiveSupport::Autoload

    eager_autoload do
      autoload :Sweeper,  'rails/observers/action_controller/caching/sweeper'
      autoload :Sweeping, 'rails/observers/action_controller/caching/sweeping'
    end

    ActionController::Base.extend Sweeping::ClassMethods if defined?(ActiveRecord)
  end
end

Version data entries

5 entries across 4 versions & 3 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/rails-observers-0.1.5/lib/rails/observers/action_controller/caching.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/rails-observers-0.1.5/lib/rails/observers/action_controller/caching.rb
rails-observers-0.1.5 lib/rails/observers/action_controller/caching.rb
rails-observers-0.1.4 lib/rails/observers/action_controller/caching.rb
rails-observers-hp-0.1.3 lib/rails/observers/action_controller/caching.rb