use symbols for polymorphic route arguments
jamesmk opened this issue · comments
James Kurczodyna commented
On Rails 5.2.6 we're seeing this issue while rendering the form header:
== render 'fae/shared/form_header', header: @klass_name
Showing /app/views/admin/companies/_form.html.slim where line #11 raised:
Please use symbols for polymorphic route arguments.
James Kurczodyna commented
Fixed in #594