Rails new vs create
Posted
by Senthil
on Stack Overflow
See other posts from Stack Overflow
or by Senthil
Published on 2010-03-18T18:29:00Z
Indexed on
2010/03/18
18:31 UTC
Read the original article
Hit count: 323
ruby-on-rails
|restful
Why is there a need to define a new method in RESTful controller, follow it up with a create method?
Google search didn't provide me the answer I was looking for. I understand the different, but need to know why they are used the way they are.
© Stack Overflow or respective owner