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 040de01 commit b71c6faCopy full SHA for b71c6fa
lib/bootstrap_form/engine.rb
@@ -10,6 +10,10 @@ class Engine < Rails::Engine
10
config.bootstrap_form = BootstrapForm.config
11
config.bootstrap_form.default_form_attributes ||= {}
12
13
+ initializer "bootstrap_form.configure" do |app|
14
+ BootstrapForm.config = app.config.bootstrap_form
15
+ end
16
+
17
initializer "bootstrap_form.deprecator" do |app|
18
app.deprecators[:bootstrap_form] = BootstrapForm.deprecator
19
end
0 commit comments