module Bullet

def counter_cache_enable?

def counter_cache_enable?
  self.enable? && !!@counter_cache_enable
end