for example a have simple rails app with two models, users and books. now i what to let the user save books to their favorites list. where do i put the logic (users_controller?) to make it RESTful?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your routes file could look like this:
That way when you add a book to a users’ favorite, you post to create a new user_favorite.