Permalink
Browse files
Autoloading country input
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
lib/formtastic-bootstrap/inputs.rb
|
@@ -5,7 +5,7 @@ module Inputs |
|
|
# autoload :Basic
|
|
|
autoload :BooleanInput, "formtastic-bootstrap/inputs/boolean_input"
|
|
|
autoload :CheckBoxesInput, "formtastic-bootstrap/inputs/check_boxes_input"
|
|
|
- # autoload :CountryInput # TODO Come back to this.
|
|
|
+ autoload :CountryInput, "formtastic-bootstrap/inputs/country_input"
|
|
|
autoload :DateInput, "formtastic-bootstrap/inputs/date_input"
|
|
|
# autoload :DatePickerInput # TODO Come back to this.
|
|
|
# autoload :DatetimePickerInput # TODO Come back to this.
|
|
|
0 comments on commit
eae0a65