mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:56:22 +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?
|
def nested?
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# No tener conflictos con related
|
||||||
|
def related_methods
|
||||||
|
@related_methods ||= [].freeze
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue