Add conference wide media, fix proposal#show view
This commit is contained in:
parent
4592802411
commit
633fff59d8
10 changed files with 82 additions and 54 deletions
6
db/migrate/20140414131028_add_video_to_conferences.rb
Normal file
6
db/migrate/20140414131028_add_video_to_conferences.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class AddVideoToConferences < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :media_id, :string
|
||||
add_column :conferences, :media_type, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue