Hey,
Can someone please explain what these routes from restful_authentication
map out to?
I'm trying to move the administrative actions from a RA based login
system to an admin namespace but thanks to this routing I'm unsure about
what to move where.
map.resources :users, :member => { :enable => :put } do |users|
users.resource :account
users.resources :roles
end
Thanks
Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---