Hi,

I have one doubt in routes,

Scenarios:

Format -1:
http://localhost:3000/city/category/sub-category/user-name/product-name
<http://localhost:3000/walnut-creek-ca/sports/yoga/walnut-creet-recreation/activity-name>

I have written the routes for the above format-1

 match '/:city-ca/:categ/:sub_categ/:busi_name' => 'landing#follow_cities'

it working fine for me.


Format -2:
http://localhost:3000/city/provider-name/category/sub-category/product-name
<http://localhost:3000/walnut-creek-ca/walnut-creet-recreation/sports/yoga/activity-name>

 How to write for the above format-2



The format-2 changes for SEO is it possible to write above url structure in
rails..

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CADKeJyQGVBMDoDa1jCTj4UeRgxf6w%3DE%3DYL2E9U2eJE86%2B9mNHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to