/**
  * Initializer
  *
  * @return void
  */
 public function initialize()
 {
     $this->loadModel('Users');
     parent::initialize();
 }
 public function initialize()
 {
     parent::initialize();
     $this->Auth->allow('token');
     $this->loadComponent('Api.ApiBuilder');
 }