mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Replace typeahead, working registrar selection
This commit is contained in:
parent
c24c8c7181
commit
13349a6bc9
9 changed files with 79 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
class Admin::RegistrarsController < ApplicationController
|
||||
def search
|
||||
render json: Registrar.search_by_query(params[:query])
|
||||
render json: Registrar.search_by_query(params[:q])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue