fix cache updating on post creation for a user

This commit is contained in:
Ilya Zhitomirskiy 2011-10-04 18:47:57 -07:00
parent 43b504e637
commit f98ff61e16

View file

@ -79,7 +79,7 @@ class RedisCache
# exposing the need to tie cache to a stream # exposing the need to tie cache to a stream
# @return [Array<String>] Acceptable Post types for the given cache # @return [Array<String>] Acceptable Post types for the given cache
def self.acceptable_types def self.acceptable_types
AspectStream::TYPES_OF_POST_IN_STREAM ::AspectStream::TYPES_OF_POST_IN_STREAM
end end
protected protected