I find this very strange actually... what version of rails u r on??
what happens if u just specified the controller in the mapping (with no action at all).. the index is the default action anyway.. try map.root :controller => "events" On Sun, Oct 19, 2008 at 1:14 AM, Christian Johansen < [EMAIL PROTECTED]> wrote: > > Yup, specifying the action as a string fixed it. Strange that the action > name as symbol mapping would find the right template, but not the right > controller action. Oh, well, guess I'm not supposed to do that anyway :) > -- > Posted via http://www.ruby-forum.com/. > > > > -- Mahmoud Said Software Developer blog.modsaid.com www.eSpace.com.eg +20-16-1223857 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

