module Rack::Identicon::Caching

Constants

NAMESPACE

Public Class Methods

included(base) click to toggle source
# File lib/rack/identicon/caching.rb, line 7
def self.included base
  base.extend ClassMethods
  base.cache_store = NullCacheStore.new
end