quiz2

parent 00c4f550
No preview for this file type
class PerformingGroup < ApplicationRecord
validates :group_name, presence: true, uniqueness:true
validates :rating, presence: true
validates :group_category, presence: true
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment