Remove unused method in wrong controller ^_^

This commit is contained in:
stveep
2017-04-10 21:07:44 +01:00
committed by Rob Harrington
parent 38c25c412f
commit 570f0344da

View File

@@ -186,12 +186,6 @@ Spree::OrdersController.class_eval do
private
def ensure_distributor
unless @order.distributor_id
render 'set_distribution'
end
end
def populate_variant_attributes
order = current_order.reload