Add proper error_notification_class for Bootstrap 3

This commit is contained in:
Robbert Klarenbeek 2014-04-15 22:36:31 +02:00
parent 80bcc0fcda
commit 39299fbe15
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Use this setup block to configure all options available in SimpleForm.
SimpleForm.setup do |config|
config.error_notification_class = 'alert alert-danger'
config.button_class = 'btn btn-default'
config.boolean_label_class = nil