method

retrieve_variable

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: CollectionRenderer
retrieve_variable(path) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/renderer/collection_renderer.rb, line 140
      def retrieve_variable(path)
        variable = local_variable(path)
        [variable, :"#{variable}_counter", :"#{variable}_iteration"]
      end
Register or log in to add new notes.