In Rails4 is it possible to have FriendlyId build out the complete url including categories and subcategories?
Example:
sitename/categories/6/subcategories/36/12
should be:
sitename/community/events/garage-sale-in-fresno
Community is the category, events is the subcategory
-OR-
sitename/nevada/las-vegas/woodshed-rib-shack-bbq
Nevada is the category, Las Vegas is the subcategory
I see how to create slugs for the individual listings, but it would be nice to have a way to create the complete url in 'friendly' format.
Any tips would be greatly appreciated.