5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:46:21 +00:00

fix: ignorar has_one_nested

This commit is contained in:
f 2024-04-19 15:00:48 -03:00
parent 0cf2ec04ba
commit 04c0dffb26
No known key found for this signature in database

View file

@ -8,4 +8,9 @@ class MetadataHasOneNested < MetadataHasOne
def nested?
true
end
# No tener conflictos con related
def related_methods
@related_methods ||= [].freeze
end
end