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