parent
9feba112a7
commit
c6c7c6223d
@ -3,7 +3,7 @@
|
||||
class Account::Field < ActiveModelSerializers::Model
|
||||
MAX_CHARACTERS_LOCAL = 255
|
||||
MAX_CHARACTERS_COMPAT = 2_047
|
||||
ACCEPTED_SCHEMES = %w(http https).freeze
|
||||
ACCEPTED_SCHEMES = %w(https).freeze
|
||||
|
||||
attributes :name, :value, :verified_at, :account
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user