6 lines
107 B
Ruby
6 lines
107 B
Ruby
class ShareContent < ApplicationRecord
|
|
|
|
has_one :portlet, :as => :content, :dependent => :destroy
|
|
|
|
end
|