From 38982e856e8b720c32ed65f01b58903af412efb9 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 2 May 2014 11:33:17 -0400 Subject: [PATCH] fix asseturls in simpleform type --- app/views/campaigns/_videolisting_fields.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/campaigns/_videolisting_fields.html.erb b/app/views/campaigns/_videolisting_fields.html.erb index fc14397..2d0dd82 100644 --- a/app/views/campaigns/_videolisting_fields.html.erb +++ b/app/views/campaigns/_videolisting_fields.html.erb @@ -21,6 +21,7 @@ hint: "Notes and/or instructions sent in this field are used by the editors to aid in production of the video." %> <%= f.input :asseturls, 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: ""} %>
<%= link_to_remove_association "Remove Video Listing", f %>