Displaying 1 result from an estimated 1 matches for "id8dbqfe5ycomyx0fw1d8g0rajzkaj99".
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 =>