5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 17:26:21 +00:00
panel/app/models/metadata_has_and_belongs_to_many.rb

6 lines
143 B
Ruby
Raw Permalink Normal View History

2020-09-29 21:36:51 +00:00
# frozen_string_literal: true
# Establece una relación de muchos a muchos artículos
2021-02-11 19:44:36 +00:00
class MetadataHasAndBelongsToMany < MetadataHasMany
end