Flowdock
method

content_tag

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionView::Helpers::ActiveModelInstanceTag
content_tag(type, options, *) public

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/active_model_helper.rb, line 20
      def content_tag(type, options, *)
        select_markup_helper?(type) ? super : error_wrapping(super)
      end
Register or log in to add new notes.