Skip to content

Commit 0767d73

Browse files
committed
Use new configuration (cont'd)
1 parent b970c5a commit 0767d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap_form/form_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def initialize(object_name, object, template, options)
6969

7070
def add_default_form_attributes_and_form_inline(options)
7171
options[:html] ||= {}
72-
options[:html].reverse_merge!(BootstrapForm.config.default_form_attributes)
72+
options[:html].reverse_merge!(BootstrapForm.configuration.default_form_attributes)
7373

7474
return unless options[:layout] == :inline
7575

0 commit comments

Comments
 (0)