Skip to content

Commit 31b0702

Browse files
committed
fix legacy ruby specs
1 parent 3af4cbb commit 31b0702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/app/controllers/integration_examples_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def controller_inline
1414
def controller_inline_cached
1515
foo = params[:foo] || "foo"
1616
bar = params[:bar] || "bar"
17-
render(CacheComponent.new(foo:, bar:))
17+
render(CacheComponent.new(foo: foo, bar: bar))
1818
end
1919

2020
def controller_inline_with_block

0 commit comments

Comments
 (0)