update devise
This commit is contained in:
parent
7f207d4a87
commit
2abd054b0c
7 changed files with 51 additions and 28 deletions
|
@ -52,7 +52,7 @@ class ApplicationController < ActionController::Base
|
|||
|
||||
def layout_by_resource
|
||||
if devise_controller?
|
||||
"devise"
|
||||
"devise_layout"
|
||||
else
|
||||
"application"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue