mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 11:13:27 +02:00
Remove redundant client tests ... fix session spec
This commit is contained in:
parent
0fe4841f50
commit
6eaa9215b1
6 changed files with 4 additions and 292 deletions
|
@ -4,7 +4,7 @@ class Client::DomainsController < ClientController
|
|||
before_action :verify_deletion, only: [:destroy]
|
||||
|
||||
def index
|
||||
@q = current_registrar.domains.search(params[:q])
|
||||
@q = current_registrar.domains.includes(:owner_contact).search(params[:q])
|
||||
@domains = @q.result.page(params[:page])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue