Flowdock
method

to_content_tag

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActionView::Helpers::InstanceTag
to_content_tag(tag_name, options = {}) public

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/helpers/form_helper.rb, line 1118
      def to_content_tag(tag_name, options = {})
        content_tag(tag_name, value(object), options)
      end
Register or log in to add new notes.