Module: HasHelpers::Constraints

Defined in:
lib/has_helpers/constraints.rb

Overview

typed: strong frozen_string_literal: true

Constant Summary collapse

ARRAY_LIMIT =
100
JSON_LIMIT =
10_000
TEXT_LIMIT =
10_000
NOTE_LIMIT =
20_000
LIMIT_ERROR_MSG =
"Exceeds the storage limit"