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