Displaying 1 result from an estimated 1 matches for "852749".
Did you mean:
852746
2007 Aug 30
0
Help with acts as paranoid
Hello,
I am using acts as paranoid which works great. But I have the following
problem. I have table a which has a has_many :tableb, :dependent =>
false relationship with table b. If I delete something in a and then try
to edit a field in table b I get an error because it says the data does
not exist so it doesn''t allow the update. I understand of course why
this happens but I