Fixed spelling error
This commit is contained in:
parent
a5ea54a7cb
commit
37aeab4745
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class RedisCache
|
|||
:order => self.order
|
||||
})
|
||||
|
||||
sql = @user.visible_shareables_sql(Post, opts)
|
||||
sql = @user.visible_shareable_sql(Post, opts)
|
||||
hashes = Post.connection.select_all(sql)
|
||||
|
||||
# hashes are inserted into set in a single transaction
|
||||
|
|
|
|||
Loading…
Reference in a new issue