Flowdock
method

lookup_and_digest_template

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: EtagWithTemplateDigest
lookup_and_digest_template(template) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/etag_with_template_digest.rb, line 52
      def lookup_and_digest_template(template)
        ActionView::Digestor.digest name: template, finder: lookup_context
      end
Register or log in to add new notes.