hey there,
I am trying to build a routes like this:
/es/articles/ARTICLE-ID
to get compiled into:
:controller => :articles, :action => :show, :language => 'es'
and also for index
es/articles
into:
:controller => :articles, :action => :index, :language => 'es'
I am searching the merb routing code and specs, but any shortcuts would be
appreciated until I get to manage the power of the router and its multiple
uses

thanks in advance,
joaquin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to