Skip to content

Commit

Permalink
updateing groups to be tree behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 14, 2010
1 parent b76cb68 commit a0747ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions infinitas/core/models/group.php
@@ -0,0 +1,9 @@
<?php
/**
*
*
*/
class Group extends CoreAppModel{
var $actsAs = array('Tree');
}
?>

0 comments on commit a0747ba

Please sign in to comment.