class Bullet::Notification::Base

def eql?(other)

def eql?(other)
  self.class == other.class && klazz_associations_str == other.klazz_associations_str
end