Flowdock
method

combine_etags

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