Sha256: 00feb471e1b58a0f231e2bba9bacb07a3753bc6eaf5563dbf9ac68174c85bbc1
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 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 include Sweeping if defined?(ActiveRecord) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-observers-0.1.1 | lib/rails/observers/action_controller/caching.rb |
rails-observers-0.1.0 | lib/rails/observers/action_controller/caching.rb |