Use PictureUploader on Conference
This commit is contained in:
parent
cea9081347
commit
40023044af
8 changed files with 24 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class ConferenceSerializer < ActiveModel::Serializer
|
||||
attributes :short_title, :title, :description, :start_date, :end_date, :logo,
|
||||
attributes :short_title, :title, :description, :start_date, :end_date, :picture_url,
|
||||
:difficulty_levels, :event_types, :rooms, :tracks,
|
||||
:date_range, :revision
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue