Flowdock
method

partial_counter_name

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionView::Partials
partial_counter_name(partial_name) private

No documentation

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

Hide source
# File actionpack/lib/action_view/partials.rb, line 166
      def partial_counter_name(partial_name)
        "#{partial_variable_name(partial_name)}_counter".intern
      end
Register or log in to add new notes.