Exemplo n.º 1
0
 public function getActives()
 {
     return Response::json(array('flags' => Flag::getActives()));
 }