lets try not ajaxing the stream because the cache is superfast
This commit is contained in:
parent
bde5fd205c
commit
934b47cadb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue