I\'m working with Ruby on Rails and would like to validate two different models :
if (model1.valid? && model2.valid?) ... end
However,