Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
res.locals を使用して dynamicHelper を作成したい。例えば:
res.locals.someHelper = function(arg){ Model.find(arg, function(err, docs){ return docs; }); }
さて、私はそれをどのビューでも使用します。例えば:
- each item in someHelper(arg) = item