mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Add new login design
This commit is contained in:
parent
1f2c12d7da
commit
a0592833a9
17 changed files with 64 additions and 13 deletions
|
@ -2,6 +2,7 @@ module Shared::CommonDomain
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
load_and_authorize_resource
|
||||
before_action :set_domain, only: [:show, :edit, :update, :destroy]
|
||||
before_action :verify_deletion, only: [:destroy]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue