* @author Mitsuru Mutaguchi * @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ App::uses('AppModel', 'Model'); /** * ContentCommentsAppModel Model * * @author Mitsuru Mutaguchi * @package NetCommons\ContentComments\Model */ class ContentCommentsAppModel extends AppModel { }