Note using `params[:relatable_type].classify` is recognized as a security risk by some tools. However, it's a false positive, since we've added constraints to the URL so that paramenter can only have the values we trust.
2 lines
69 B
Plaintext
2 lines
69 B
Plaintext
<%= render SDGManagement::Relations::IndexComponent.new(@records) %>
|