mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Basic login
This commit is contained in:
parent
ba93ac8162
commit
c997f2da5d
18 changed files with 428 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
class Admin::DomainsController < ApplicationController
|
||||
load_and_authorize_resource
|
||||
|
||||
before_action :set_domain, only: [:show, :edit, :update, :destroy]
|
||||
before_action :verify_deletion, only: [:destroy]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue