mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
parent
b4ed8f6c82
commit
90a4e11ce4
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ module Admin
|
|||
# rubocop: enable Metrics/AbcSize
|
||||
|
||||
def show
|
||||
@domain.valid?
|
||||
# Validation is needed to warn users
|
||||
@domain.validate
|
||||
end
|
||||
|
||||
def edit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue