Flowdock
method

determine_template_etag

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: EtagWithTemplateDigest
determine_template_etag(options) 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 36
    def determine_template_etag(options)
      if template = pick_template_for_etag(options)
        lookup_and_digest_template(template)
      end
    end
Register or log in to add new notes.