This allows us to use form_group_builder and get all the label and help text handling in line with other bootstrap_form inputs.
2 lines
152 B
Ruby
2 lines
152 B
Ruby
# Include our custom RichtextField input method for `f.richtext_field` in forms
|
|
BootstrapForm::FormBuilder.include BootstrapForm::Inputs::RichtextField
|