method
counter_name
v3.0.9 -
Show latest stable
- Class:
ActionView::Template
counter_name()public
No documentation available.
# File actionpack/lib/action_view/template.rb, line 154
def counter_name
@counter_name ||= "#{variable_name}_counter".to_sym
end