Freddy Andersen wrote:
> That does not look like the routes from restful authentication
> alone... Looks like there is a role base authentication system added
> too...

My bad, I forgot to mention I am using the recipies from the RA with 
bells and whistles article I found, including email activation and roles.

> If you do all the user editing inside the admin space why not just
> wrap this in the admin space?
> 
> map.resources :admin do |admin|
>  admin.resources :users, :member => { :enable => :put } do |users|
>    users.resource :account
>    users.resources :roles
>  end
> end

That would be a nice way to do it, I think I have come up with pretty 
much the same thing but I have tidied up the paths at the same time.

Thanks for the input, it showed me I haven't done something really silly :D

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

Reply via email to