mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
Remove unneded code
This commit is contained in:
parent
b850efb939
commit
01c877fe70
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
module Admin
|
module Admin
|
||||||
class ApiUsersController < BaseController
|
class ApiUsersController < BaseController
|
||||||
load_and_authorize_resource
|
load_and_authorize_resource
|
||||||
before_action :set_api_user, only: [:show, :edit, :update, :destroy]
|
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@q = ApiUser.includes(:registrar).search(params[:q])
|
@q = ApiUser.includes(:registrar).search(params[:q])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue