Open ralexstokes opened 10 years ago
Existing README.markdown has an error in the Associations section. The Address model has association
belongs_to :address
where the correct association should link the Address model to the User model.
belongs_to :user
This pull request fixes this typo.
Existing README.markdown has an error in the Associations section. The Address model has association
where the correct association should link the Address model to the User model.
This pull request fixes this typo.