The t.belongs_to :category is just a special helper method of rails passing in the association.
If you look in the source code belongs_to is actually an alias of references
The t.belongs_to :category is just a special helper method of rails passing in the association.
If you look in the source code belongs_to is actually an alias of references