mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 03:59:33 +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
|
include EppErrors
|
||||||
MIN_BODY_SIZE = (1.37 * 3.kilobytes).ceil
|
MIN_BODY_SIZE = (1.37 * 3.kilobytes).ceil
|
||||||
MAX_BODY_SIZE = 8.megabytes
|
MAX_BODY_SIZE = 8.megabytes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue