Maksim Chetverikóv
Maksim Chetverikóv
We have next situation: On main page (or subpage) we have a feed with reviews and comments for each review. When I change a comment or a review or set...
``` javascript // in routes.js module.exports = [ { name: 'index', expression: '/' }, { name: 'companies', expression: '/companies?page=:page[Companies/Entities]' }, { name: 'company', expression: '/companies/:id[Companies/Entity]' }, { name: 'analytics', expression:...
Code quality
Hi @scottwrobinson ! Thanks for ODM Camo +) I really liked the Camo and I use it in several of his projects. I wanted to add a few features in...