mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Add client controller
This commit is contained in:
parent
eedbc211b5
commit
03b143eef2
7 changed files with 105 additions and 27 deletions
5
app/controllers/client_controller.rb
Normal file
5
app/controllers/client_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class ClientController < ApplicationController
|
||||
def current_user
|
||||
EppUser.last
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue