change controller to accept toneofvideo
This commit is contained in:
parent
109f1c6dea
commit
d12578ce50
@ -84,7 +84,7 @@ class CampaignsController < ApplicationController
|
||||
|
||||
videolistings_attributes: [:_destroy, :id, :asseturls, :clientprovidedscript, :focus,
|
||||
:keywords, :musicselection, :notes,
|
||||
:videocode, :voiceoverselection,
|
||||
:toneofvideo, :videocode, :voiceoverselection,
|
||||
])
|
||||
end
|
||||
|
||||
|
@ -12,9 +12,9 @@
|
||||
as: 'text',
|
||||
hint: "If the customer has provided a script for BetterVideo to use. Formatting is text only." %>
|
||||
<%= f.input :toneofvideo,
|
||||
label: 'Tone of Video',
|
||||
as: 'text',
|
||||
hint: "What tone of video do you want?" %>
|
||||
label: 'Tone of Video',
|
||||
as: 'text',
|
||||
hint: "What tone of video do you want?" %>
|
||||
<%= f.input :notes,
|
||||
label: 'Production Notes',
|
||||
as: 'text',
|
||||
|
Loading…
Reference in New Issue
Block a user