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