Displaying 1 result from an estimated 1 matches for "ac_room".
2006 Jul 13
1
model navigation problem with foreign key
Hi,
I have a table like this in schema.rb
create_table "ac_rooms", :force => true do |t|
t.column "roomname", :string, :limit => 50, :default => "", :null =>
false
t.column "updated", :float, :default => 0.0, :null => false
t.column "lines", :integer, :limit => 8, :default => 0, :...