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

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/rails-observers-0.1.2/lib/rails/observers/action_controller/caching.rb
rails-observers-0.1.2 lib/rails/observers/action_controller/caching.rb