mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Refactor sessions
This commit is contained in:
parent
e2507f8661
commit
744f29c674
18 changed files with 126 additions and 16 deletions
10
app/controllers/admin/sessions_controller.rb
Normal file
10
app/controllers/admin/sessions_controller.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class Admin::SessionsController < SessionsController
|
||||
layout 'login'
|
||||
|
||||
def create
|
||||
super
|
||||
end
|
||||
|
||||
def login
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue