_task_spam.html.erb 184 Bytes Edit Raw Blame History Permalink 1 2 3 4 <% @task_spam.each do |t| %> <%= render :partial => partial_for_class(t.class), :locals => { :task => t } %> <% end %> <%= pagination_links @task_spam, :param_name => :tasks_page %>