lets try not ajaxing the stream because the cache is superfast

This commit is contained in:
Maxwell Salzberg 2011-10-14 14:28:46 -07:00
parent bde5fd205c
commit 934b47cadb

View file

@ -72,7 +72,8 @@ class Stream::Aspect< Stream::Base
# #
# @return [Boolean] see #for_all_aspects? # @return [Boolean] see #for_all_aspects?
def ajax_stream? def ajax_stream?
for_all_aspects? #for_all_aspects?
false
end end
# The title that will display at the top of the stream's # The title that will display at the top of the stream's