Hi all!

I have this problem. I've created a route - 'blog/:username' and i wan`t to add custom params. I don`t want to add them in the route definition. If i type in the url something like - localhost/blog/sasquatch/category/3 it returns me an error - action sasquatch not found. Please help me