Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Updating the Entries List Page

Let's resolve the compilation error in the EntriesController class that we introduced in the last step. Open the "EntriesController.cs" file located in the Treehouse.FitnessFrog project's "Controllers" folder.

We need to update the Index action method to pass an argument for the EntriesRepository.GetList method's userId parameter. To do that, we need to get the user ID for the curr...