Flowdock
method

combine_etags

Importance_0
combine_etags(etag) 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/conditional_get.rb, line 171
      def combine_etags(etag)
        [ etag, *etaggers.map { |etagger| instance_exec(&etagger) }.compact ]
      end
Register or log in to add new notes.