How to process form_with using GET request as XHR
I'm working on a Rails 6 app, and want to update page view based on a dropdown value selected using XHR. Dropdown must use **GET** method coz I am calling **index** action. I am using form_with wh...
Maaz Siddiqui posted