Flowdock
method

pick_template_for_etag

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: EtagWithTemplateDigest
pick_template_for_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 42
    def pick_template_for_etag(options)
      options.fetch(:template) { "#{controller_name}/#{action_name}" }
    end
Register or log in to add new notes.