internetee-registry/app/models/directo.rb
2020-02-20 20:42:25 +02:00

3 lines
76 B
Ruby

class Directo < ApplicationRecord
belongs_to :item, polymorphic: true
end