Skip to content
Snippets Groups Projects
Commit 21949b25 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fixup bad merge

Previously, there was a bug in the ORM where magic properties would need to
be declared in the model class.
parent 7f5e76d8
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,6 @@ class UserModel extends VerySimpleModel {
)
);
var $emails;
static function objects() {
$qs = parent::objects();
#$qs->select_related('default_email');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment