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 52834bf commit 1efa4fcCopy full SHA for 1efa4fc
lib/props_template/extensions/cache.rb
@@ -60,8 +60,8 @@ def load_cache(keys, options = {})
60
@results = results.merge multi_fetch(keys, options)
61
end
62
63
- # Copied from jbuilder
64
- #
+ # The below was copied from the wonderful jbuilder library Its also MIT
+ # licensed, so no issues there. Thanks to the jbuilder authors!
65
66
def cache(key = nil, options = {})
67
if controller.perform_caching
0 commit comments