Here are the questions:
-
How to keep my current changes, but also get the latest code from owner repository?
-
How many routes do we have right now? (Hint:
rake routes
) -
What is the URL pattern for the routes?
-
What do the status code 200, 201, 404, 500 mean?
-
Which line of code allow us to use the API without authenticity token?
-
Where is the code for skipping the Record Not Found exception page?