I have a before_save in my Message model defined like this:
before_save
Message
class Message < ActiveRecord::Base before_save lambda { foo(
update_column or update_columns is the closest method to update_attributes and it avoids callbacks without having to manually circumvent anything.
update_column
update_columns
update_attributes