Where do we really need base-auth plugin? If a 'user' has multiple 'houses', most of the RESTful actions can use user.houses itself instead of base-auth.
INDEX: user.houses EDIT/UPDATE/DESTROY/SHOW: user.houses.find(params[:id]) NEW: user.houses.build UPDATE: user.houses.create(params[:house]) In such case, I dont see any real value of using base-auth plugin. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---