>From the API docs for update_all : "It does not instantiate the involved models and it does NOT trigger Active Record callbacks"
Hope this helps! Simon On Sep 15, 9:08 am, Pål Bergström <[email protected]> wrote: > How do I stop callbacks when using Model.update_all? Or stop it for > certain columns? > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

