Sha256: f6a6b69c8f42018779316e6e735b6c71d33b87f4b91d47f5f70661053f5290b5

Contents?: true

Size: 258 Bytes

Versions: 8

Compression:

Stored size: 258 Bytes

Contents

module ROM
  module HTTP
    module Commands
      class Delete < ROM::Commands::Delete
        adapter :http

        def execute
          relation.delete
        end

        def assert_tuple_count
          # noop
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rom-http-0.4.0 lib/rom/http/commands/delete.rb
rom-http-0.3.0 lib/rom/http/commands/delete.rb
rom-http-0.2.0 lib/rom/http/commands/delete.rb
rom-http-0.2.0.beta1 lib/rom/http/commands/delete.rb
rom-http-0.1.2 lib/rom/http/commands/delete.rb
rom-http-0.1.1 lib/rom/http/commands/delete.rb
rom-http-0.1.0 lib/rom/http/commands/delete.rb
rom-http-0.0.1 lib/rom/http/commands/delete.rb