it seems that the :controller option doesn’t do anything? Won’t specifying the whole path be a little bit lower level than specifying using :controller?
it seems that the :controller option doesn’t do anything? Won’t specifying the whole path
Share
To my knowledge, i checked the documentation, there is no
:controlleroption, and i think it is just ignored.Also, i believe it is a shorter notation. If you compare
with
It is pretty obvious (at least to me) that it has the same meaning.
Also, this is more generic, because sometimes controllers (and views) are nested.