Also another question I forgot. Right now, by namespacing the controllers, I have a VendorsController with the index and show actions for the public visitors and then I *will* need to have another controller in the Admin:: namespace to provide 'Vendors' the ability to edit and update their info (name,username,email etc). How should I do this? Add a VendorsController with update and edit actions in the /controllers/admin/ folder? Or just use /controllers/vendors_controller.rb and restrict the actions to the Vendors?
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/VGSzDLiC6Z0J. 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.

