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