Rails: No route matches [POST] “/admin/users/bulk_actions/delete”
I have developed the sign,sign_up and log_out using devise.. Here i am trying to select one or multiple checkbox to do following actions:block,unblock,delete..After blocking a user he/she can’t login and hit status will be updated to block..if any of the user unblock him then he can login..Deleted user can register..