Module: Cachet::Cacheable

Defined in:
lib/cachet/cacheable.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/cachet/cacheable.rb', line 3

def self.included(base)
  Cachet.logger.debug "Including Cacheable in #{base}"
  base.extend ClassMethods
end