diff --git a/app/models/object_manager/attribute/validation.rb b/app/models/object_manager/attribute/validation.rb index 39ef10fec..7dad9937c 100644 --- a/app/models/object_manager/attribute/validation.rb +++ b/app/models/object_manager/attribute/validation.rb @@ -46,10 +46,6 @@ class ObjectManager::Attribute::Validation < ActiveModel::Validator end end - def validations - @validations ||= backend.map { backend.new } - end - def sanitize_memory_cache @model_attributes = nil