Redirect to enterprises page after updating producer properties

This commit is contained in:
Rohan Mitchell
2014-06-18 15:15:00 +10:00
parent e6674d43fa
commit c3cec34186
2 changed files with 5 additions and 13 deletions

View File

@@ -7,14 +7,6 @@ module Admin
helper 'spree/products'
respond_override update: { html: { success: lambda {
if params[:enterprise].key? :producer_properties_attributes
redirect_to main_app.admin_enterprise_producer_properties_path(@enterprise)
else
redirect_to main_app.admin_enterprises_path
end
} } }
def bulk_update
@enterprise_set = EnterpriseSet.new(params[:enterprise_set])