mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-25 05:06:22 +00:00
4 lines
114 B
Ruby
4 lines
114 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Nueva interfaz para relaciones 1:1
|
|
class MetadataNewHasOne < MetadataHasOne; end
|