This is a newbie question, but I\'m still learning how to create an association between two models in rails. I have a user model and a journal_entry model. The journal entri
You need to add user_id to your attr_accessible call, if you look at your logs it is probably warning you that it can't mass assign it.
attr_accessible