Search posts, tags, users, and pages
Julián Pinzón Eslava
Software engineer
To finish this series we'll finally tackle this part of the car-sharing app we've been creating in this Action View Layouts series. To recap, in part 2 I described my process to uncover what the resources these screens show are and how these all fall...
Timur
should this <%= render "details", locals: @vehicle_details" %>
not be
<%= render "details", locals: @details" %>
Yes! Thanks for spotting it!
Timur
should this <%= render "details", locals: @vehicle_details" %>
not be
<%= render "details", locals: @details" %>