How to Use remote: true to Make Ajax Calls in Rails

https://medium.com/@codenode/how-to-use-remote-true-to-make-ajax-calls-in-rails-3ecbed40869b
The Rails documentation for remote: true is great at explaining how to add the helper to your views. It does not, however, fully explain…