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.
2 parents 7176c89 + b0c326f commit faaa5a2Copy full SHA for faaa5a2
lib/recurring_select/engine.rb
@@ -5,7 +5,6 @@ module RecurringSelect
5
class Engine < Rails::Engine
6
7
initializer "recurring_select.extending_form_builder" do |app|
8
- # config.to_prepare do
9
ActionView::Helpers::FormHelper.send(:include, RecurringSelectHelper::FormHelper)
10
ActionView::Helpers::FormOptionsHelper.send(:include, RecurringSelectHelper::FormOptionsHelper)
11
ActionView::Helpers::FormBuilder.send(:include, RecurringSelectHelper::FormBuilder)
0 commit comments