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