lib/rom/commands/delete.rb in rom-1.0.0 vs lib/rom/commands/delete.rb in rom-2.0.0
- old
+ new
@@ -6,13 +6,9 @@
#
# This command removes tuples from its target relation
#
# @abstract
class Delete < Command
- # @see AbstractCommand#call
- def call(*args)
- assert_tuple_count
- super
- end
+ restrictable true
end
end
end