Skip to content

Commit 8ef88f1

Browse files
author
Matthew Bellantoni
committed
Autoload Inputs.
1 parent 197aaf5 commit 8ef88f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/formtastic-bootstrap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require "formtastic"
22
require "formtastic-bootstrap/engine" if defined?(::Rails) # For tests
33
require "formtastic-bootstrap/helpers"
4-
require "formtastic-bootstrap/inputs"
4+
# require "formtastic-bootstrap/inputs"
55
require "formtastic-bootstrap/form_builder"
66
require "action_view/helpers/text_field_date_helper"
77

@@ -13,7 +13,7 @@ module FormtasticBootstrap
1313
# autoload :Helpers
1414
# autoload :HtmlAttributes
1515
# autoload :I18n
16-
# autoload :Inputs
16+
autoload :Inputs, "formtastic-bootstrap/inputs"
1717
autoload :Actions, "formtastic-bootstrap/actions"
1818
# autoload :LocalizedString
1919
# autoload :Localizer

0 commit comments

Comments
 (0)