mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 15:44:45 +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
|
# rubocop: enable Metrics/AbcSize
|
||||||
|
|
||||||
def show
|
def show
|
||||||
@domain.valid?
|
# Validation is needed to warn users
|
||||||
|
@domain.validate
|
||||||
end
|
end
|
||||||
|
|
||||||
def edit
|
def edit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue