I'm just starting out with Rails and ActiveRecord. I feel that anything I want to make an association between two models (belongs_to
, has_one
, has_many
) I have to read the documentation over and over to really understand it.
Does anyone know of a good cheatsheet or refcard that makes the distinctions visible ?