method

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.

counter=(num)
public

No documentation available.

# File actionpack/lib/action_view/partial_template.rb, line 35
    def counter=(num)
      @locals[@counter_name] = num
    end