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 197aaf5 commit 8ef88f1Copy full SHA for 8ef88f1
lib/formtastic-bootstrap.rb
@@ -1,7 +1,7 @@
1
require "formtastic"
2
require "formtastic-bootstrap/engine" if defined?(::Rails) # For tests
3
require "formtastic-bootstrap/helpers"
4
-require "formtastic-bootstrap/inputs"
+# require "formtastic-bootstrap/inputs"
5
require "formtastic-bootstrap/form_builder"
6
require "action_view/helpers/text_field_date_helper"
7
@@ -13,7 +13,7 @@ module FormtasticBootstrap
13
# autoload :Helpers
14
# autoload :HtmlAttributes
15
# autoload :I18n
16
- # autoload :Inputs
+ autoload :Inputs, "formtastic-bootstrap/inputs"
17
autoload :Actions, "formtastic-bootstrap/actions"
18
# autoload :LocalizedString
19
# autoload :Localizer
0 commit comments