method

initialize_counter

rails latest stable - Class: ActionView::PartialTemplate

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

initialize_counter()
private

No documentation available.

# File actionpack/lib/action_view/partial_template.rb, line 64
    def initialize_counter
      @counter_name ||= "#{@variable_name}_counter".to_sym
      @locals[@counter_name] = 0
    end