# File lib/simple_form/error_notification.rb, line 28 def html_options @options[:class] = "#{SimpleForm.error_notification_class} #{@options[:class]}".strip @options[:id] = SimpleForm.error_notification_id if SimpleForm.error_notification_id @options end