Anyone else able to provide me with some insight on implementing this?
On Mar 21, 10:55 pm, mlittle <mdlit...@gmail.com> wrote:
> On Mar 21, 10:46 pm, Loganathan Ganesan <li...@ruby-forum.com> wrote:
>
>
>
> > mlittle wrote:
> > > On Mar 21, 10:33 pm, Loganathan Ganesan <li...@ruby-forum.com> wrote:
> > >> I suggest the following database model:
> > >> UserID
>
> > >> In the models
>
> > >> Users => has_many :sub_users
> > >> sub_users => belongs_to :User
>
> > >> so, you should delete first sub_users records, then Users table records.
> > >> --
> > >> Posted viahttp://www.ruby-forum.com/.
>
> > > Seems too easy :). How would I handle the confirmation email and
> > > related issues? Thanks a bunch for the response. I do appreciate it!!
> > mo
> > I don't really understand what are you trying to mean about confirmation
> > email and related issues ?
> > If u don't mind can u explain me in detail?
>
> > Thanks
> > --
> > Posted viahttp://www.ruby-forum.com/.
>
> I'm going to look at the code more but I was talking about creating
> the user just like I would with restful_authentication. I see what you
> are saying but I am still not clear how the new user in sub_user would
> be able to login, logout, and basically do the same as the users in
> Users.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment