fix cuke for inf scroll(dont rely on session for sort order)

This commit is contained in:
Maxwell Salzberg 2011-09-29 17:23:53 -07:00
parent cd2eb4292e
commit 45491f06d5

View file

@ -16,9 +16,6 @@ class StatusMessagesController < ApplicationController
@contact = current_user.contact_for(@person)
@aspects_with_person = []
if @contact
pp @contact
pp @contact.aspects
pp params[:format]
@aspects_with_person = @contact.aspects
@aspect_ids = @aspects_with_person.map{|x| x.id}
puts @aspect_ids.inspect