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