search for: alumni_memb

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

Did you mean: alumni_member
2008 Jan 26
2
empty Model creates DangerousAttributeError and connection is defined by ActiveRecord
...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 error. The I cleaned that line too: guess... same error. F%&/ it, I thought and got rid of the model with "script/destroy model AlumniData". The I recreated the model . . . same error. Rails always writer the following message: "connection is defined by ActiveRecor...