# File lib/simple_form/form_builder.rb, line 324
    def error_notification(options={})
      SimpleForm::ErrorNotification.new(self, options).render
    end