We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3934135 commit 2622febCopy full SHA for 2622feb
app/services/forest_liana/resources_getter.rb
@@ -411,6 +411,7 @@ def get_one_association(name)
411
412
def is_active_storage_association?(association)
413
return false unless association
414
+ return false if SchemaUtils.polymorphic?(association)
415
416
klass_name = association.klass.name
417
klass_name == 'ActiveStorage::Attachment' ||
0 commit comments