I've read in some places that the correct way is to point the route to a controller and then redirect to a view . I do this even when I will not pass any variables to this view ?
In this case, I will have a "about us" page where you will only have a static text describing the company, it is wrong for route to redirect to the view contains the text?