mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Fixed codeclimate issue
This commit is contained in:
parent
c48c85d2ea
commit
30d7fcb26d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue