Learn by Doing | 4 Jul 03:50

Composite Primary Keys and validates_uniqueness_of


This question regards the Composite Primary Keys gem
(http://compositekeys.rubyforge.org/) :

Once I use set_primary_keys, should I also use

  validates_uniqueness_of to ensure that the composite primary key is
unique and

  attr_readonly to ensure that the attributes in the primary key would
not be overwritten?

Thanks.
--

-- 
Posted via http://www.ruby-forum.com/.


Gmane