diff --git a/app/models/account.rb b/app/models/account.rb index 05e1f943cae197..1fac75e4252b96 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -350,7 +350,7 @@ def fields_attributes=(attributes) self[:fields] = fields end - DEFAULT_FIELDS_SIZE = 4 + DEFAULT_FIELDS_SIZE = 8 def build_fields return if fields.size >= DEFAULT_FIELDS_SIZE