Programmatically disable rails validation ?

Viewed 6772

I am doing a bulk insert where I keep track of the unique columns myself to avoid the m log n insertion cost. Is there a way to disable a validation in code for the life if the method?

2 Answers
Related