> > David said I should ask you what's going on. :) > > Can you check if the system_volumes_collection.rb by accident does not > include the same class as system_collection.rb? In that case they will > overide themself which will lead to this bug :-)
It has a: collection :systems do at the beginning, which probably should be collection :system_volumes do > For Rabbit, I need to add check where I will refuse to register collection > that is already registred. Thanks, Dies