Foreign key (class_id) not populating in belongs_to association?

Right now, it appears as you are setting the user on the new action, but not on the create action.

A common Rails idiom (in RESTful controllers) is to create an instance of your Card (@card) in the new action, render a view to the browser, then save this object to the database in the create action (assuming you have some intermediate capture of additional card details from the user in between these actions). You can use Rails associations to correctly build the card instance with the correct user. Rails 3 introduced a streamlined responder facility as shown here also.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions