search for: gywn1apn1f41wcfzfc6

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

2006 Aug 19
3
Activerecord validation problems
Hi everyone, I''m having trouble validating a model. The corresponding table has some boolean columns: create_table :permissions do |t| t.column :project_id, :integer, :null => false t.column :group_id, :integer, :null => false t.column :read, :boolean, :null => false, :default => false t.column :write, :boolean, :null => false, :default =>