Listing videolistings

<% @videolistings.each do |videolisting| %> <% end %>
Videocode Producttypeid Remoteassetsarchive Voiceoverselection Musicselection Clientprovidedscript Keywords Focus Notes Asseturls
<%= videolisting.videocode %> <%= videolisting.producttypeid %> <%= videolisting.remoteassetsarchive %> <%= videolisting.voiceoverselection %> <%= videolisting.musicselection %> <%= videolisting.clientprovidedscript %> <%= videolisting.keywords %> <%= videolisting.focus %> <%= videolisting.notes %> <%= videolisting.asseturls %> <%= link_to 'Show', videolisting %> <%= link_to 'Edit', edit_videolisting_path(videolisting) %> <%= link_to 'Destroy', videolisting, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Videolisting', new_videolisting_path %>