Ejemplo n.º 1
0
 public function get_wine_related()
 {
     $result = Wine::getWineRelated($this->_getInput());
     return Response::json($result);
 }