It looks like you're new here. If you want to get involved, click one of these buttons!
public $has_many = array('attributes' => array('model' => array(FUEL_FOLDER => 'fuel_tags_model', 'where' => 'category_id = 1'));
when I try to use it, it doesn't actually filter by the condition..
Comments
public $has_many = array('tags' => array('model' => array(FUEL_FOLDER => 'fuel_tags_model'), 'where' => 'category_id = 1'));