Hi. I have a model in Rails 3. When creating the record, there are a total of 3 columns for the model.
Right now, Rails allows for creating a record if only 2 of the 3 records are populated?
In rails, how do you tell Rails only create a record if 3 values for each column exist when creating?
thank you