thanks for pointing me in the right direction, but i'm having a little
trouble getting it to work for regular non resource routes. here's
what i have:
match('/main/filter/', :identify => :filters, :filters => /.*/).to
(:controller => 'main', :action => 'filtered_list')
i'd like params[:filters] to contain an array of everything in the url
after /main/filter/. so I can grab /main/filter/condition1/condition2/
etc...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---