Change Contract neutering declaration to have consistent superclass

This commit is contained in:
Rick Bradley 2022-08-09 15:22:21 -05:00
Родитель c823d71fb4
Коммит f909ca7019
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ end
# We don't need Contract outside of normal development
VALID = [true, nil]
class Contract
class Contract < Contracts::Decorator
def self.valid?(arg, contract)
VALID
end