Avoiding validation checks while saving an object in Datamapper
I am new to Ruby on Rails and Datamapper. I have created a Rails
application where I have used two models A and B, where there are some
validation checks in A. But in an application I want to save A by avoiding
a validation check. Is that possible in datamapper?
No comments:
Post a Comment