4 lines
96 B
Ruby
4 lines
96 B
Ruby
class Entropy::Configuration < ApplicationRecord
|
|
belongs_to :container, polymorphic: true
|
|
end
|