Skip to content

Commit

Permalink
Fix parameters for Combine#command (fix #686)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 1, 2025
1 parent 36b66b1 commit 751521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/rom/relation/combined.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def node(name, &block)
# @raise NotImplementedError when type is not `:create`
#
# @api public
def command(type, *args)
def command(type, **)
if type == :create
super
else
Expand Down

0 comments on commit 751521f

Please sign in to comment.