Sha256: 147733682ebb9403d56c91cffa65c3c852cf05dffc01073c990ea1d0ac3549ab
Contents?: true
Size: 489 Bytes
Versions: 87
Compression:
Stored size: 489 Bytes
Contents
SimpleForm.setup do |config| config.form_class = 'simple_form form-horizontal' config.default_wrapper = :horizontal_form config.input_mappings = { /picture/ => :file, /document/ => :file, } config.wrapper_mappings = { check_boxes: :horizontal_radio_and_checkboxes, radio_buttons: :horizontal_radio_and_checkboxes, file: :horizontal_file_input, boolean: :horizontal_boolean } config.error_notification_class = 'alert alert-danger' end
Version data entries
87 entries across 87 versions & 1 rubygems