How can I specify validation_context with update_attributes ?

I can do that using 2 operations (without update_attributes):

my_model.attributes = { :name => '123', :description => '345' }
my_model.save(:context => :some_context)
link|improve this question

43% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.