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"
|
||||
contacts_title: "Recent Posters"
|
||||
soup:
|
||||
titile: "The Soup"
|
||||
title: "The Soup"
|
||||
contacts_title: "People in your Soup"
|
||||
|
||||
users:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue