Files
fizzy/app/models/entropy/configuration.rb
T
2025-06-04 12:12:10 +02:00

4 lines
96 B
Ruby

class Entropy::Configuration < ApplicationRecord
belongs_to :container, polymorphic: true
end