From 30d7fcb26d0ad8a7340d51dbc4a93a0e9e499081 Mon Sep 17 00:00:00 2001 From: Sergei Tsoganov Date: Mon, 28 Nov 2022 13:46:30 +0200 Subject: [PATCH] Fixed codeclimate issue --- app/models/legal_document.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/legal_document.rb b/app/models/legal_document.rb index fb48a2ce2..e70fa2d12 100644 --- a/app/models/legal_document.rb +++ b/app/models/legal_document.rb @@ -1,4 +1,4 @@ -class LegalDocument < ApplicationRecord +class LegalDocument < ApplicationRecord # rubocop:disable Metrics/ClassLength include EppErrors MIN_BODY_SIZE = (1.37 * 3.kilobytes).ceil MAX_BODY_SIZE = 8.megabytes