# File lib/her/model/orm.rb, line 70
      def update_attributes(attributes)
        assign_attributes(attributes) && save
      end