On 10 September 2010 15:40, Sandy <[email protected]> wrote: > > My routes.rb has resources :rusers. > Try putting the following line into routes.rb: > map.connect 'user/logout', :controller => 'user', :action => 'logout'
But....I have to set a route for every custom action that I add to controller? -- 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.

