5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:36:22 +00:00
panel/app/models/metadata_new_array.rb

6 lines
128 B
Ruby
Raw Permalink Normal View History

2024-05-17 18:24:08 +00:00
# frozen_string_literal: true
2024-05-17 18:30:25 +00:00
# Implementa la nueva interfaz de gestión de valores
2024-05-17 18:24:08 +00:00
class MetadataNewArray < MetadataArray
end