Use PictureUploader on Conference
This commit is contained in:
parent
cea9081347
commit
40023044af
8 changed files with 24 additions and 14 deletions
8
db/migrate/20160427104236_add_pictures.rb
Normal file
8
db/migrate/20160427104236_add_pictures.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
class AddPictures < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :picture, :string
|
||||
add_column :lodgings, :picture, :string
|
||||
add_column :sponsors, :picture, :string
|
||||
add_column :venues, :picture, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue