* @author Shohei Nakajima * @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ //@codeCoverageIgnoreStart App::uses('AppModel', 'Model'); //@codeCoverageIgnoreEnd /** * UserAttributesApp Model * * @author Shohei Nakajima * @package NetCommons\UserAttributes\Controller */ class UserAttributesAppModel extends AppModel { }