Skip to content

Commit b86e80f

Browse files
authored
Merge pull request #794 from lcreid/792/remove-conditional-on-environment
Remove conditional on environment
2 parents 5d5d9cb + 1630f48 commit b86e80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/bootstrap_form/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Engine < Rails::Engine
99

1010
config.bootstrap_form = BootstrapForm.config
1111
config.bootstrap_form.default_form_attributes ||= {}
12-
config.bootstrap_form.group_around_collections = Rails.env.development? if config.bootstrap_form.group_around_collections.nil?
12+
config.bootstrap_form.group_around_collections ||= false
1313

1414
initializer "bootstrap_form.configure" do |app|
1515
BootstrapForm.config = app.config.bootstrap_form

0 commit comments

Comments
 (0)