# File lib/dm-core/resource.rb, line 388 def update(attributes) assert_update_clean_only(:update) self.attributes = attributes save end