1 2 3 4 5
export default function(instance) { instance.registerHelper('lookup', function(obj, field) { return obj && obj[field]; }); }