# File lib/dm-core/model.rb, line 417
    def create!(attributes = {})
      _create(false, attributes)
    end