diff --git a/app/views/campaigns/_videolisting_fields.html.erb b/app/views/campaigns/_videolisting_fields.html.erb index aabd2e4..79c0a70 100644 --- a/app/views/campaigns/_videolisting_fields.html.erb +++ b/app/views/campaigns/_videolisting_fields.html.erb @@ -23,6 +23,6 @@ label: 'Asset Urls', as: 'string', hint: "A list of all file assets. Comma Separated, (press backspace or click the x to remove)", - input_html: {data: {role: "tagsinput" }, value: videolisting.asseturls} %> + input_html: {data: {role: "tagsinput" }, value: f.object.asseturls} %>
<%= link_to_remove_association "Remove Video Listing", f %>