Skip to content

Commit

Permalink
update this route which was failing in ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob mathews committed Aug 4, 2021
1 parent af5b6da commit 9caf301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/comfortable_mexican_sofa/routing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ActionDispatch::Routing::Mapper

def comfy_route(identifier, options = {})
send("comfy_route_#{identifier}", options)
send("comfy_route_#{identifier}", **options)
end

end

0 comments on commit 9caf301

Please sign in to comment.