Whats the difference between associations and relationships.
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-05-19T11:38:00Z
Indexed on
2010/05/19
11:40 UTC
Read the original article
Hit count: 190
Rails supports six types of association:
* belongs_to
* has_one
* has_many
* has_many :through
* has_one :through
* has_and_belongs_to_many
What do you mean by term relationship?
© Stack Overflow or respective owner