How do I save data from javascript form to rails model
I have a mortgage caluculator written in jquery in my rails app. I would like for the user to enter their information and be able to save the calculations to their profile. Store in a column "mortagage calcuation" in user table for example.
I know I need to make an ajax call on the javascript data to push to my rails app. But not sure how to accomplish.