Mutiple unique key(Compisitive unique)

Hi All…

I am new to ruby on rails.I want set the unquie on two fields.
Means in one model three fileds are there.
1.Id,
2.C-id
3.Q-id

I want set the unquie on C-Id,Q-Id combindely on the model validations

Can u give me advice?
I tryed with statemwnt validates_uniqueness_of [:c_id, :qid]
But it now giving the proper results

Regards,
Ramya

Try posting your question on refwell.com. You might get your answer
there
James

On Feb 2, 6:56 am, Ramya R. [email protected]