Fix Rubocop LineTooLong violation in spree/admin/variants_controller

This commit is contained in:
Cillian O'Ruanaidh
2021-12-17 15:40:51 +00:00
parent 9bc7922734
commit 401cc19532

View File

@@ -114,7 +114,8 @@ module Spree
def variant_search_params
params.permit(
:q, :distributor_id, :order_cycle_id, :schedule_id, :eligible_for_subscriptions, :include_out_of_stock
:q, :distributor_id, :order_cycle_id, :schedule_id, :eligible_for_subscriptions,
:include_out_of_stock
).to_h.with_indifferent_access
end
end