On Jul 7, 2015, at 8:14 AM, Faizan Ali <[email protected]> wrote: > > I tried with URL "/students/1", which is obviously for editing the > Student with id 1, but with type: "POST" the URL returns 404 error in > the console. So, I tried with type: "PUT", the URL here doesn't return > the 404 error but it doesn't update the Student.
First, what's set up in your routes? Second, what does the controller dispatched to actually do? -- Scott Ribe [email protected] http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice -- 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/9A0EC037-5EA1-4AB6-8480-815C02C4962F%40elevated-dev.com. For more options, visit https://groups.google.com/d/optout.

