class SimpleForm::ErrorNotification
def html_options
def html_options @options[:class] = "#{SimpleForm.error_notification_class} #{@options[:class]}".strip @options end
def html_options @options[:class] = "#{SimpleForm.error_notification_class} #{@options[:class]}".strip @options end