module ActionView::Helpers::ActiveModelInstanceTag

def tag(type, options, *)

def tag(type, options, *)
  tag_generate_errors?(options) ? error_wrapping(super) : super
end