Sorry, there were no results
<% else %>Video ID | Checked Out | <% for column in Video.content_columns %><%= column.human_name %> | <% end %>|||
---|---|---|---|---|---|
<%=h video.id %> | <%=h video.checkedout? %> | <% for column in Video.content_columns %><%=h video.send(column.name) %> | <% end %><%= link_to 'Show', :action => 'show', :id => video %> | <%= link_to 'Edit', :action => 'edit', :id => video %> | <%= link_to 'Destroy', { :action => 'destroy', :id => video }, :confirm => 'Are you sure?', :post => true %> |