Method: Monocle#destroy_views

Defined in:
lib/monocle.rb

#destroy_viewsObject



146
147
148
# File 'lib/monocle.rb', line 146

def destroy_views
  self._monocle_redis_connection.del(self.class.monocle_key(id))
end