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