fixed wiki#edit

This commit is contained in:
Parziphal 2013-11-03 10:57:33 -05:00
parent 4385992e00
commit 037393a237

View File

@ -159,8 +159,8 @@ class WikiPage extends Rails\ActiveRecord\Base
]; ];
} }
protected function versioningRelation($relation) protected function versioningRelation()
{ {
return $relation->order("updated_at DESC"); return self::order("updated_at DESC");
} }
} }