Skip to content

Commit

Permalink
Merge pull request #111 from stephen-puiszis/patch-1
Browse files Browse the repository at this point in the history
Remove commented out legacy code
  • Loading branch information
jessevanherk authored Aug 31, 2020
2 parents 7176c89 + b0c326f commit faaa5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/recurring_select/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module RecurringSelect
class Engine < Rails::Engine

initializer "recurring_select.extending_form_builder" do |app|
# config.to_prepare do
ActionView::Helpers::FormHelper.send(:include, RecurringSelectHelper::FormHelper)
ActionView::Helpers::FormOptionsHelper.send(:include, RecurringSelectHelper::FormOptionsHelper)
ActionView::Helpers::FormBuilder.send(:include, RecurringSelectHelper::FormBuilder)
Expand Down

0 comments on commit faaa5a2

Please sign in to comment.