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