public ActionResult Rate(int ideaId, RatingType type) { _ideaService.Rate(ideaId, type); return(RedirectToAction(HomeActions.Info, new { id = ideaId })); }