instance method
_fragment_name_with_digest
Ruby on Rails 2.14.1
Since v2.6.4 Last seen in v2.14.1Signature
_fragment_name_with_digest(key, options)
No documentation comment.
Parameters
-
keyreq -
optionsreq
Source
# File lib/jbuilder/jbuilder_template.rb, line 218
def _fragment_name_with_digest(key, options)
if @context.respond_to?(:cache_fragment_name)
@context.cache_fragment_name(key, **options)
else
key
end
end
Defined in lib/jbuilder/jbuilder_template.rb line 218
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object