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