mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 15:19:55 +02:00
Contact CRUD in admin section
This commit is contained in:
parent
d6543f2148
commit
c644a297e1
6 changed files with 149 additions and 7 deletions
|
@ -25,7 +25,9 @@ describe Contact do
|
|||
code: ['Required parameter missing - code'],
|
||||
phone: ['Required parameter missing - phone', 'Phone nr is invalid'],
|
||||
email: ['Required parameter missing - email', 'Email is invalid'],
|
||||
ident: ['Required parameter missing - ident']
|
||||
ident: ['Required parameter missing - ident'],
|
||||
local_address: ['Local or international address must be present'],
|
||||
international_address: ['Local or international address must be present']
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue