Skip to content

Commit

Permalink
fix legacy ruby specs
Browse files Browse the repository at this point in the history
  • Loading branch information
reeganviljoen committed Nov 21, 2024
1 parent 3af4cbb commit 31b0702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def controller_inline
def controller_inline_cached
foo = params[:foo] || "foo"
bar = params[:bar] || "bar"
render(CacheComponent.new(foo:, bar:))
render(CacheComponent.new(foo: foo, bar: bar))
end

def controller_inline_with_block
Expand Down

0 comments on commit 31b0702

Please sign in to comment.