panier_app/app/models/share_content.rb
Nicolas Bally d744a04b28 initial
2020-10-30 22:26:40 +01:00

6 lines
107 B
Ruby

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