mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24: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
|
||||
class ApiUsersController < BaseController
|
||||
load_and_authorize_resource
|
||||
before_action :set_api_user, only: [:show, :edit, :update, :destroy]
|
||||
|
||||
def index
|
||||
@q = ApiUser.includes(:registrar).search(params[:q])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue