Commit aab953da authored by Matija Čupić's avatar Matija Čupić

Update RedisCacheable#cache_attribute_key

parent 8f557206
......@@ -27,7 +27,7 @@ module RedisCacheable
private
def cache_attribute_key
"#{self.class.name}:attributes:#{self.id}"
"cache:#{self.class.name}:#{self.id}:attributes"
end
def cached_attributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment