Recently Updated

<% @clips.each do |clip| %> <% end %>
Preview Title Category Tags
<%= link_to (image_tag url_for(clip.video.preview(resize_to_limit: [160, 120]).processed)), clip %> <%= link_to clip.title, clip %> <%= link_to clip.category.name, clip.category %> <% clip.tags.each_with_index do |tag, index| %> <%= link_to tag.name, tag_path(tag) %><% if index < clip.tags.size - 1 %>, <% end %> <% end %>