* @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License */ App::uses('AppModel', 'Model'); /** * GroupsApp Model * * @author Kohei Teraguchi * @package NetCommons\Groups\Model */ class GroupsAppModel extends AppModel { }