diff --git a/app/reflexes/products_reflex.rb b/app/reflexes/products_reflex.rb index 01f185914f..ec6c28f9fd 100644 --- a/app/reflexes/products_reflex.rb +++ b/app/reflexes/products_reflex.rb @@ -241,10 +241,4 @@ class ProductsReflex < ApplicationReflex def current_id_from_element(element) element.dataset.current_id end - - def image_params - params.require(:image).permit( - :attachment, :viewable_id - ) - end end