# File lib/big_record/base.rb, line 188
    def update_attributes!(attributes)
      self.attributes = attributes
      save!
    end