DG MS; ajax in the soup
This commit is contained in:
parent
14c5f1c564
commit
01d7b9507b
2 changed files with 5 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ en:
|
||||||
title: "Public Activity"
|
title: "Public Activity"
|
||||||
contacts_title: "Recent Posters"
|
contacts_title: "Recent Posters"
|
||||||
soup:
|
soup:
|
||||||
titile: "The Soup"
|
title: "The Soup"
|
||||||
contacts_title: "People in your Soup"
|
contacts_title: "People in your Soup"
|
||||||
|
|
||||||
users:
|
users:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,10 @@ class Stream::Soup < Stream::Base
|
||||||
Post.where(:id => post_ids).for_a_stream(max_time, order)
|
Post.where(:id => post_ids).for_a_stream(max_time, order)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def ajax_stream?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def aspect_posts_ids
|
def aspect_posts_ids
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue