I created home.ctp
in the /Views/Page/
folder, and it is working, I also created the home method, however, when I access /pages/home/
, the only method accessed is the display, does anyone know why?
I created home.ctp
in the /Views/Page/
folder, and it is working, I also created the home method, however, when I access /pages/home/
, the only method accessed is the display, does anyone know why?
What was happening and that in the Routes configuration file was forcing any call to controller pages to call the action dispay and pass the page name as a parameter.