thatcher_app/app/models/share_content.rb
2019-11-11 16:11:03 +01:00

6 lines
107 B
Ruby

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