Ask A Question

Notifications

You’re not receiving notifications from this thread.

How do I save data from javascript form to rails model

Ryan Bent asked in Rails

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.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.