mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 13:51:41 +02:00
Registrar refactor
This commit is contained in:
parent
6573d81b94
commit
ec4c06bb06
95 changed files with 564 additions and 539 deletions
|
@ -1,5 +1,5 @@
|
|||
class Registrar::SessionsController < SessionsController
|
||||
layout 'depp/application'
|
||||
class Registrar::SessionsController < ::SessionsController
|
||||
layout 'registrar/application'
|
||||
|
||||
def create
|
||||
@user = ApiUser.first if params[:user1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue