basic_app/app/models/share_content.rb
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

6 lines
107 B
Ruby

class ShareContent < ApplicationRecord
has_one :portlet, :as => :content, :dependent => :destroy
end