mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:06:23 +00:00
7 lines
153 B
Ruby
7 lines
153 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# Nueva interfaz para relaciones 1:1
|
||
|
class MetadataNewHasOne < MetadataHasOne
|
||
|
include Metadata::UnusedValuesConcern
|
||
|
end
|