DG MS; ajax in the soup

This commit is contained in:
Maxwell Salzberg 2011-10-14 11:17:25 -07:00
parent 14c5f1c564
commit 01d7b9507b
2 changed files with 5 additions and 1 deletions

View file

@ -844,7 +844,7 @@ en:
title: "Public Activity"
contacts_title: "Recent Posters"
soup:
titile: "The Soup"
title: "The Soup"
contacts_title: "People in your Soup"
users:

View file

@ -17,6 +17,10 @@ class Stream::Soup < Stream::Base
Post.where(:id => post_ids).for_a_stream(max_time, order)
end
def ajax_stream?
true
end
private
def aspect_posts_ids