<% end %>
I wnat to get url like /products/list/category/1/local/2... ,but it
can only get url like /products/category/1 or /news/local/2. How to
write the link_to method to make it works? Thank you.
<% end %>
I wnat to get url like /products/list/category/1/local/2... ,but it
can only get url like /products/category/1 or /news/local/2. How to
write the link_to method to make it works? Thank you.
Setup your routes using nested resources.
After setting that up, use rake routes to find the url you need.