difference between member routes and collection routes ?
Answer / Sanket Kumar
In Ruby on Rails, Member Routes are used for managing resources individually, while Collection Routes are used for managing all records of a resource collectively. Member Routes use the :id parameter in the URL to access a specific record, whereas Collection Routes do not have an id parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is rails migration?
what is session and cookies
What is the difference between symbol and string?
What is the rail console?
Do you know what is sweeper in rails?
What do you mean by render and redirect_to?
What is agile development? What are the strengths?
what is the command to create a migration?
What is object-relationship-model (orm)?
what is Rails Migration?
What is the difference between concern and application_controller.rb in ruby on rails?
How does router work in rails?