17119: remove the default project_class again on the group model, it is
[arvados.git] / services / api / app / models / group.rb
index 519dcd3072013c5c2280d2eab90f4a33beee6a10..870e0d0c456ddd21e777351afea6106cdd6b7325 100644 (file)
@@ -16,7 +16,6 @@ class Group < ArvadosModel
   # already know how to properly treat them.
   attribute :properties, :jsonbHash, default: {}
 
-  before_validation :fill_group_defaults
   validate :ensure_filesystem_compatible_name
   validate :check_group_class
   before_create :assign_name