I have a model object which has an attribute called required, which is a boolean value. So if I want that to be false, I might do this:

Model.create(:required => false)

Anyone know why that would prevent the object from being created? There are no errors... it just won't write the row to the database.
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to