class SimpleForm::ErrorNotification

def render

def render
  if has_errors?
    template.content_tag(error_notification_tag, error_message, html_options)
  end
end