Skip to content

Commit 1efa4fc

Browse files
committed
Update thank you note
1 parent 52834bf commit 1efa4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/props_template/extensions/cache.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def load_cache(keys, options = {})
6060
@results = results.merge multi_fetch(keys, options)
6161
end
6262

63-
# Copied from jbuilder
64-
#
63+
# The below was copied from the wonderful jbuilder library Its also MIT
64+
# licensed, so no issues there. Thanks to the jbuilder authors!
6565

6666
def cache(key = nil, options = {})
6767
if controller.perform_caching

0 commit comments

Comments
 (0)