search for: selectact

Displaying 1 result from an estimated 1 matches for "selectact".

Did you mean: select_cc
2007 Jan 15
2
Help with with displaying a selected list.
...ect("action") which returns 2 videos and displays them properly. But when I add @video_pages, @videos = paginate :videos, :per_page => 10 so I can paginate the videos, it displays ALL the videos as if I selected list videos. Can someone please tell me what I am doing wrong? Thank you. selectaction.rhtml <table> <tr> <% x = 0 %> <% for video in @videos %> <td><%= link_to(image_tag("videos/#{video.video_thumbnail}", :size => ''132x99'', :border => 5,...