mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 21:46:22 +00:00
fix: no es necesario para new_has_one
This commit is contained in:
parent
256a8b1da0
commit
d5ce99deee
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# Nueva interfaz para relaciones 1:1
|
# Nueva interfaz para relaciones 1:1
|
||||||
class MetadataNewHasOne < MetadataHasOne
|
class MetadataNewHasOne < MetadataHasOne; end
|
||||||
include Metadata::UnusedValuesConcern
|
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in a new issue