fix cache updating on post creation for a user
This commit is contained in:
parent
43b504e637
commit
f98ff61e16
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class RedisCache
|
|||
# exposing the need to tie cache to a stream
|
||||
# @return [Array<String>] Acceptable Post types for the given cache
|
||||
def self.acceptable_types
|
||||
AspectStream::TYPES_OF_POST_IN_STREAM
|
||||
::AspectStream::TYPES_OF_POST_IN_STREAM
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
|
|||
Loading…
Reference in a new issue