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