mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Better flash messages, sessions spec
This commit is contained in:
parent
662806d8c9
commit
482d77c319
12 changed files with 77 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
class Admin::DomainsController < ApplicationController
|
||||
class Admin::DomainsController < AdminController
|
||||
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