I'm trying to include partials in a for loop in EJS. <% let index = 1 %> <% for (let item in db) { %> <div class="box unfocused box_<
How do you go about easily finding out where a Rails view partial is used? In what views, controllers etc. This is handy when working on an app that someone e