joshmn / ahoy_captain

A full-featured, mountable analytics dashboard for your Rails app, powered by the Ahoy gem.
MIT License
356 stars 18 forks source link

Update routes in preparation for rails 8. #44

Open robinator opened 1 month ago

robinator commented 1 month ago

Hash keys in route mapping has been deprecated in edge rails. This PR updates that syntax to the to: which should be compatible with older versions as well.