lockaz_app/app/models/share_content.rb
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

6 lines
107 B
Ruby

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