Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3440c27

Browse files
author
wangxz
committedFeb 3, 2012
fix spelling mistake
1 parent 60cc21a commit 3440c27

File tree

1 file changed

+1
-1
lines changed
  • lib/second_level_cache/active_record

1 file changed

+1
-1
lines changed
 

‎lib/second_level_cache/active_record/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def update_second_level_cache
3131

3232
# Write Throuht
3333
def create_second_level_cache
34-
self.calss.cache_store.set(second_level_cache_key, self) if self.class.second_level_cache_enabled?
34+
self.class.cache_store.set(second_level_cache_key, self) if self.class.second_level_cache_enabled?
3535
true
3636
end
3737

0 commit comments

Comments
 (0)
Please sign in to comment.