search for: danielgo

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

Did you mean: danielgb
2008 Jan 26
2
empty Model creates DangerousAttributeError and connection is defined by ActiveRecord
Dear list, The following situation drives me crazy. I have one model called AlumniMember and one AlumniData. Both filled with code. I developed both on Rails 1.2.3. Now I update the App to Rails 2.0.2. Now the following happens, always when I call AlumniData.new I get the DangerousAttributeError. First I cleaned out the Model, the only line I left is "has_one :alumni_member". Same