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 Jan 21, 2025
1 parent aa8bc5d commit 06bc05a
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 06bc05a

Please sign in to comment.