Guest User

Untitled

a guest
Nov 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def inspection_user
  2. @inspection_user = InspectionUser.find(params[:id])
  3. @inspection_user.destroy
  4.  
  5. respond_to do |format|
  6. flash[:notice] = 'User removed'
  7. format.html {redirect_to :action => "checklist_inspection", :id => @inspection_user.office_id, :checklist_category_id => "status"}
  8. end
  9. end
Add Comment
Please, Sign In to add comment