On Tue, Jul 7, 2015 at 1:38 AM, Faizan Ali <[email protected]> wrote:

>          $.ajax({
>                 type: "POST",
>                 url: "/students/",

First, as bala kishore pulicherla said, you should be using PUT rather
than POST.  Second, though, you also need to tell Rails *which*
student to update.  So, rather than /students/, it should be
/students/42 or whatever.

-Dave

-- 
Dave Aronson, consulting software developer of Codosaur.us,
PullRequestRoulette.com, Blog.Codosaur.us, and Dare2XL.com.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAHxKQignQKT8sOCa2FqQBdDq6Jg%2B3wQ_S%3D1i_A0ZSWFqP%2B8kaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to