mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
Unified contact and domain versions under client
This commit is contained in:
parent
582fd59090
commit
871e289973
4 changed files with 6 additions and 29 deletions
|
@ -2,7 +2,7 @@ class Client::DomainVersionsController < ClientController
|
|||
before_action :set_version, only: [:show]
|
||||
|
||||
def index
|
||||
@versions = DomainVersion.registrar_events(current_user.registrar.id)
|
||||
@versions = DomainVersion.registrar_events(current_registrar.id)
|
||||
@versions.flatten!
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue