mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Change contacts.name
database column to NOT NULL
This commit is contained in:
parent
b4be9e7f00
commit
22c6fd61e3
5 changed files with 14 additions and 8 deletions
|
@ -288,7 +288,7 @@ class Contact < ApplicationRecord
|
|||
end
|
||||
|
||||
def to_s
|
||||
name || '[no name]'
|
||||
name
|
||||
end
|
||||
|
||||
def validate_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue