-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
i don't know why but my model doesn't recognize that this behavior is part of a plugin.
i have it listed as described in the readme:
var $actsAs = array('HabtmCounterCache.HabtmCounterCache');
but it will only work if i list it as:
var $actsAs = array('HabtmCounterCache');
and put a behavior in my app/model/behavior director called:
habtm_counter_cache.php
as was demanded by me of my error report.
am i missing something very simple in this?
Metadata
Metadata
Assignees
Labels
No labels