On Thu, Aug 20, 2009 at 7:43 PM, Alpha
Blue<[email protected]> wrote:
>
> http://ncaastatpages.com

http://ncaastatpages.com/tsrs_ratings?name=tsrs

You need to add a custom route to get rid of those question marks in the urls.

Something like this should work:

map.connect 'tsrs-ratings/:name',
  :controller => 'tsrs_ratings',
  :action => 'index',
  :requirements => { :name  => /[\w-]+/ },
  :name => nil


-- 
Greg Donald
http://destiney.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to