You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it does not support simple_form. But if you want to keep the simple_form version, you just need to reject the substitution; or compare both versions and update the simple_form template.
rails g bootstrap:install --template-engine=haml
It try to overview some files, like lib/templates/haml/scaffold/_form.html.haml
but it try to change simple_form to form_for, bootstrap-generators do support to simple_form_for??
The text was updated successfully, but these errors were encountered: