method

content_tag

content_tag(type, options, *)
public

No documentation available.

# 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