mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Merge branch 'master' into fix-for-ransack-deprecated-method
This commit is contained in:
commit
9cafc98482
171 changed files with 1061 additions and 726 deletions
|
@ -21,9 +21,7 @@ class Registrar
|
|||
current_domain_scope
|
||||
end
|
||||
|
||||
if params[:contacts_ident_eq]
|
||||
domains = domains.where(contacts: { ident: params[:contacts_ident_eq] })
|
||||
end
|
||||
domains = domains.where(contacts: { ident: params[:contacts_ident_eq] }) if params[:contacts_ident_eq]
|
||||
|
||||
normalize_search_parameters do
|
||||
@q = domains.ransack(search_params.except(:contacts_ident_eq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue