* @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License */ // @codeCoverageIgnoreStart App::uses('AppModel', 'Model'); // @codeCoverageIgnoreEnd /** * ContainersApp Model * * @author Kohei Teraguchi * @package NetCommons\Containers\Model * @codeCoverageIgnore */ class ContainersAppModel extends AppModel { }