This is from the docs:
"A list of the URL path components following the controller function
name; equivalent to request.env.path_info.split('/')[3:]"After reading im still unsure. Can somebody please explain simpler what is does? An example would be helpful as well.

