class Speaker include Mongoid::Document field :name,:type => String end
我只是想让一个扬声器的实例.一种方法是添加验证,该验证将检查已经存在的Speaker类的对象的数量.有没有ruby做事的方式?