Sha256: 1f7a8c6e0f12afe8712a124331dedbf23c5f8fd4d0cdd893340db2af26cb2b4f

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

module ROM
  class Changeset
    module Restricted
      # Return a command restricted by the changeset's relation
      #
      # @see Changeset#command
      #
      # @api private
      def command
        super.new(relation)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rom-repository-1.2.0 lib/rom/repository/changeset/restricted.rb
rom-repository-1.1.0 lib/rom/repository/changeset/restricted.rb
rom-repository-1.0.2 lib/rom/repository/changeset/restricted.rb
rom-repository-1.0.1 lib/rom/repository/changeset/restricted.rb