ActiveSupport::DeprecationException:
DEPRECATION WARNING: Drawing a route with a hash key name is deprecated and will be removed in Rails 8.1. Please use the `to:` option with "controller#action" syntax instead. Instead of: match "path" => "controller#action` Please use: match "path", to: "controller#action" (called from page_routes at /Users/geremia/dev/activeadmin/lib/active_admin/router.rb:68)