mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Revert "Use default layout path in admin area"
This reverts commit 92c6279e46
.
This commit is contained in:
parent
3cc218597e
commit
0820effe5d
5 changed files with 2 additions and 109 deletions
|
@ -1,5 +1,6 @@
|
|||
class Admin::SessionsController < Devise::SessionsController
|
||||
skip_authorization_check only: :create
|
||||
layout 'admin/application'
|
||||
|
||||
def login
|
||||
@admin_user = AdminUser.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue