Let me explain Why i Write the Models:
i'm Coming from Database Development, so normalization is very
Important for me.
If i create just a Profile Model and put all possible profile Fields
into that, than there is no normalization
Should i avoid the normalization in Case of RoR and keep the Models
assimple As possible?


On 12 Jan., 19:17, Marnen Laibow-Koser <li...@ruby-forum.com> wrote:
> LeonS wrote:
> > So, for example there are profile field for work, main profile fields,
> > contact field (msn, email, adress....) and so
>
> These could all be in the User model or, failing that, in a separate
> Profile model where User has_one :profile.  Why do you need Profileship
> and ProfileGroup?
>
> > So i think there is usage for the user.
>
> Not as far as you've explained.  Please explain more clearly if I've
> missed something.
>
> Best,
> -- 
> Marnen Laibow-Koserhttp://www.marnen.org
> mar...@marnen.org
> --
> Posted viahttp://www.ruby-forum.com/.
-- 
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-t...@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.


Reply via email to