Flowdock
method

tag_id

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Base
tag_id(index = nil, namespace = nil) private

No documentation

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

Hide source
# File actionview/lib/action_view/helpers/tags/base.rb, line 111
          def tag_id(index = nil, namespace = nil)
            @template_object.field_id(@object_name, @method_name, index: index, namespace: namespace)
          end
Register or log in to add new notes.