vidpush/app/views/campaigns/_videolisting.json.jbuilder

10 lines
714 B
Ruby

json.assets videolisting.asseturls_array if videolisting.asseturls_array
json.clientprovidedscript videolisting.clientprovidedscript if videolisting.clientprovidedscript
json.focus videolisting.focus if videolisting.focus
json.keywords videolisting.keywords if videolisting.keywords
json.musicselection videolisting.musicselection if videolisting.musicselection
json.notes videolisting.notes if videolisting.notes
json.producttypeid videolisting.producttypeid if videolisting.producttypeid
json.toneofvideo videolisting.toneofvideo if videolisting.toneofvideo
json.videocode videolisting.videocode if videolisting.videocode
json.voiceoverselection videolisting.voiceoverselection if videolisting.voiceoverselection