I would like to ask, if there is way to (let's say in model class) set where condition that has to be in every single query.
Example: Model A has field awesome. I want when using $this->A->find('all') to have sql query with WHERE awesome=1 , but I want this condition to every find without specifying it every time.
As far as I searched it's possible when specifying associations between two models