We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5d9cb commit 1630f48Copy full SHA for 1630f48
1 file changed
lib/bootstrap_form/engine.rb
@@ -9,7 +9,7 @@ class Engine < Rails::Engine
9
10
config.bootstrap_form = BootstrapForm.config
11
config.bootstrap_form.default_form_attributes ||= {}
12
- config.bootstrap_form.group_around_collections = Rails.env.development? if config.bootstrap_form.group_around_collections.nil?
+ config.bootstrap_form.group_around_collections ||= false
13
14
initializer "bootstrap_form.configure" do |app|
15
BootstrapForm.config = app.config.bootstrap_form
0 commit comments