Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Adriana Cabrera
Adriana Cabrera
14,618 Points

Ruby on rails 5 Quiz Question 2 of 4

Quiz Question 2 of 4 Please fill in the correct answer in each blank provided below.

Well done! That's the correct answer.
The controller receives the request, loads the requested data via the __, and then inserts that data into the __ in order to render a response.

1 Answer

Adriana Cabrera
Adriana Cabrera
14,618 Points

I just figured out this is the answer

The controller receives the request, loads the requested data via the model, and then inserts that data into the view in order to render a response.