mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Remove unused code
This commit is contained in:
parent
22b0d41368
commit
5e331bef22
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ module Admin
|
||||||
|
|
||||||
def update
|
def update
|
||||||
rollback_history = @domain.json_statuses_history['admin_store_statuses_history']
|
rollback_history = @domain.json_statuses_history['admin_store_statuses_history']
|
||||||
rollback_params = ActionController::Parameters.new(statuses: @domain.statuses).permit(:statuses)
|
|
||||||
dp = ignore_empty_statuses
|
dp = ignore_empty_statuses
|
||||||
@domain.is_admin = true
|
@domain.is_admin = true
|
||||||
@domain.admin_status_update dp[:statuses]
|
@domain.admin_status_update dp[:statuses]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue