5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 19:26:22 +00:00

fix: no es necesario para new_has_one

This commit is contained in:
f 2024-10-22 13:30:02 -03:00
parent 256a8b1da0
commit d5ce99deee
No known key found for this signature in database

View file

@ -1,6 +1,4 @@
# frozen_string_literal: true
# Nueva interfaz para relaciones 1:1
class MetadataNewHasOne < MetadataHasOne
include Metadata::UnusedValuesConcern
end
class MetadataNewHasOne < MetadataHasOne; end