class Bullet::Registry::Association

def merge(base, associations)

def merge(base, associations)
  @registry.merge!(base => associations)
end