Flowdock
method

retrieve_template_keys

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: PartialRenderer
retrieve_template_keys() 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_view/renderer/partial_renderer.rb, line 467
    def retrieve_template_keys
      keys = @locals.keys
      keys << @variable         if @object || @collection
      keys << @variable_counter if @collection
      keys
    end
Register or log in to add new notes.