heylium_app/app/models/video_content.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

5 lines
129 B
Ruby
Executable File

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