Refactoring: Unused code from development phase slipped into final merge.

This commit is contained in:
Thorsten Eckel 2019-04-06 17:21:28 +02:00
parent 57b17f7b81
commit 55bbda9969

View file

@ -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