# File lib/orm_adapter/adapters/data_mapper.rb, line 49
      def create!(attributes)
        klass.create(attributes)
      end