6 lines
132 B
Ruby
6 lines
132 B
Ruby
class SlideContent < ApplicationRecord
|
|
belongs_to :home_slider
|
|
|
|
has_one :portlet, :as => :content, :dependent => :destroy
|
|
end
|