# File lib/active_resource/base.rb, line 1314
    def update_attributes(attributes)
      load(attributes, false) && save
    end