change controller to accept toneofvideo

This commit is contained in:
Tyrel Souza 2014-05-02 11:49:28 -04:00
parent 109f1c6dea
commit d12578ce50
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ class CampaignsController < ApplicationController
videolistings_attributes: [:_destroy, :id, :asseturls, :clientprovidedscript, :focus,
:keywords, :musicselection, :notes,
:videocode, :voiceoverselection,
:toneofvideo, :videocode, :voiceoverselection,
])
end

View File

@ -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',