We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96aa637 commit 43d188eCopy full SHA for 43d188e
README.md
@@ -166,7 +166,7 @@ class QueryType < BaseObject
166
if renew_cache
167
context.scoped_set!(:renew_cache, true)
168
end
169
- cache_fragment(cache_key: { exclude_arguments: [:renew_cache] }) { Post.find(id) }
+ cache_fragment(cache_key: {exclude_arguments: [:renew_cache]}) { Post.find(id) }
170
171
172
```
0 commit comments