mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Refactor sessions
This commit is contained in:
parent
e2507f8661
commit
744f29c674
18 changed files with 126 additions and 16 deletions
4
app/controllers/registrar_controller.rb
Normal file
4
app/controllers/registrar_controller.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class RegistrarController < ApplicationController
|
||||
before_action :authenticate_user!
|
||||
layout 'registrar'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue