complex URL remapping with friendly_id

Posted by DerNalia on Stack Overflow See other posts from Stack Overflow or by DerNalia
Published on 2010-06-15T15:08:38Z Indexed on 2010/06/15 15:12 UTC
Read the original article Hit count: 248

I have the URL

http://acme.example.com/view/view_container_content/15?javascript_disabled=true&container=aoeu

but I want it to look like

http://acme.example.com/view/container_name/content_name/

with friendly_id, I've seen how to do URL mapping with one object... but I haven't seen an example with two... ideas?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about friendly-url