Displaying 1 result from an estimated 1 matches for "rectiverecord".
Did you mean:
activerecord
2007 Mar 27
2
activerecord failed?
Hello all,
i found something wrong (or maybe i was wrong?)
this looks like a rectiverecord bug , can anyone help me to point
out what''s going on?
------------------migration
create_table :books do |t|
t.column :name,:string
t.column :person_id,:integer
end
create_table :people do |t|
t.column :name ,:string
end
------------------model
class B...