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