From 8174d63734e4c1a6741f33a03d63a6e140ac0674 Mon Sep 17 00:00:00 2001 From: Urban Rotnik Date: Fri, 8 May 2020 20:36:45 +0200 Subject: [PATCH] Include BoostrapFormHelper in FormBuilder --- app/helpers/bootstrap_form_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/bootstrap_form_helper.rb b/app/helpers/bootstrap_form_helper.rb index 04127a484..debb53bdb 100644 --- a/app/helpers/bootstrap_form_helper.rb +++ b/app/helpers/bootstrap_form_helper.rb @@ -2,6 +2,7 @@ module BootstrapFormHelper # Extend Bootstrap form builder class BootstrapForm::FormBuilder + include BootstrapFormHelper # Returns Bootstrap date-time picker of the "datetime" type tailored for accessing a specified datetime attribute (identified by +name+) on an object # assigned to the template (identified by +object+). Additional options on the input tag can be passed as a