I'm trying to get a model's attributes from within the model. My test code looks like this:
\Tracy\Debugger::log(var_dump($this->getModelsMetaData()->getAttributes($this)));
All this does is log "NULL". I'm not caching meta data currently - so this is being generated every page load. Any ideas what's wrong?
I'm running 2.0.10