mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:16:21 +00:00
fix: ignorar has_one_nested
This commit is contained in:
parent
0cf2ec04ba
commit
04c0dffb26
1 changed files with 5 additions and 0 deletions
|
@ -8,4 +8,9 @@ class MetadataHasOneNested < MetadataHasOne
|
|||
def nested?
|
||||
true
|
||||
end
|
||||
|
||||
# No tener conflictos con related
|
||||
def related_methods
|
||||
@related_methods ||= [].freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue