lib/rom/commands/update.rb in rom-1.0.0 vs lib/rom/commands/update.rb in rom-2.0.0
- old
+ new
@@ -6,13 +6,9 @@
#
# This command updates all tuples in its relation with new attributes
#
# @abstract
class Update < Command
- # @see AbstractCommand#call
- def call(*args)
- assert_tuple_count
- super
- end
+ restrictable true
end
end
end