Add visible checkbox to enterprises index page to allow bulk editing of visibility

This commit is contained in:
Rob H
2014-06-18 11:44:47 +10:00
parent 2e749ef1f3
commit 45b16d52dd
3 changed files with 20 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ module Admin
def bulk_update
@enterprise_set = EnterpriseSet.new(params[:enterprise_set])
if @enterprise_set.save
redirect_to main_app.admin_enterprises_path, :notice => 'Distributor collection times updated.'
flash[:success] = 'Enterprises updated successfully'
redirect_to main_app.admin_enterprises_path
else
render :index
end