Progress and cleanup code

This commit is contained in:
2014-08-18 15:41:14 +02:00
parent 34877d4b8b
commit bfa6bb66b0
14 changed files with 48 additions and 68 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ SimpleForm.setup do |config|
config.boolean_style = :nested
# Default class for buttons
config.button_class = 'btn'
config.button_class = 'button'
# Method used to tidy up errors. Specify any Rails Array method.
# :first lists the first message for each field.