search for: fnakfrdtnqoydcgygbg

Displaying 1 result from an estimated 1 matches for "fnakfrdtnqoydcgygbg".

2009 Sep 13
1
belongs_to + create_* = rails vs. console behavior difference = confused Pepe
Hi, I have been battling something for a good hour and a half and finally realized how to ''solve'' the issue but I am very confused as of why I should do what I just did. I have 2 classes: class User has_many :audits ... end class Audit belongs_to :user ... end The way things need to work is to first create an audit and after the audit is created a user that has