/** * Send back all ingredients as JSON * * @return Response */ public function index() { return Response::json(Ingredient::get()); }