Add video metadata to events

This commit is contained in:
Henne Vogelsang 2013-06-26 12:34:47 +02:00 committed by Henne Vogelsang
parent dc0560b848
commit 94e014ac40
3 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,7 @@ class Event < ActiveRecord::Base
include ActiveRecord::Transitions
has_paper_trail
attr_accessible :title, :subtitle, :abstract, :description, :event_type_id, :people_attributes, :person,
:proposal_additional_speakers, :track_id
:proposal_additional_speakers, :track_id, :video_id, :video_type
acts_as_commentable
has_many :event_people, :dependent => :destroy