On 6/6/05, Charles Steinman <acharlieblue / gmail.com> wrote:
> 
> Harold Hausman wrote:
> >
> > Is there a resource somewhere that explains when you should use
> > has_many vs belongs_to or has_and_belongs_to_many?
> 
> I thought there was, but I can't find it. The difference is basically
> this:

http://api.rubyonrails.com/classes/ActiveRecord/Associations/ClassMethods.html

Though you are better off viewing it with frames via:
http://api.rubyonrails.com/

Douglas