ajax that stream if you are not cachin' outrageous
This commit is contained in:
parent
d4e36167f5
commit
e0ee200eb7
1 changed files with 5 additions and 2 deletions
|
|
@ -72,8 +72,11 @@ class Stream::Aspect< Stream::Base
|
|||
#
|
||||
# @return [Boolean] see #for_all_aspects?
|
||||
def ajax_stream?
|
||||
#for_all_aspects?
|
||||
false
|
||||
if AppConfig[:redis_cache]
|
||||
true
|
||||
else
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
# The title that will display at the top of the stream's
|
||||
|
|
|
|||
Loading…
Reference in a new issue