Skip to content
  • Matthew Eagar's avatar
    e524327e
    Add partial iteration variable to template keys · e524327e
    Matthew Eagar authored
    When rendering heterogeneous collection using `render @collection` or
    `render partial: @collection`, the expected `<partial_name>_iteration`
    variable is missing due to `find_template` not having the name of the
    iteration variable included in its cache keys.
    e524327e
    Add partial iteration variable to template keys
    Matthew Eagar authored
    When rendering heterogeneous collection using `render @collection` or
    `render partial: @collection`, the expected `<partial_name>_iteration`
    variable is missing due to `find_template` not having the name of the
    iteration variable included in its cache keys.
Loading