I have written some integration tests for my app that test some ActiveAdmin pages, and these integration tests have started crashing with this error: ``` ActionView::Template::Error: Please use symbols for polymorphic route arguments. ``` This is being triggered by a call to `id_column` inside an `index` block for a resource page. I just wanted to post this issue in case other people come across this, but I will continue investigating and try to add more information.