class SlideContent < ActiveRecord::Base belongs_to :home_slider has_one :portlet, :as => :content, :dependent => :destroy end