This course will be retired on June 1, 2025.

Well done!

You have completed Requests!

Quiz Question 1 of 4

Which part of the log below shows the result of a call to a method on a model class?

Started GET "/pets" for ::1 at 2017-12-20 10:40:51 -0700
Processing by PetsController#index as HTML
  Rendering pets/index.html.erb within layouts/application
  Pet Load (0.4ms)  SELECT "pets".* FROM "pets"
  Rendered pets/index.html.erb within layouts/application (16.9ms)
Completed 200 OK in 248ms (Views: 235.5ms | ActiveRecord: 0.8ms)

Choose the correct answer below:

Skip Quiz Review Video