mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Remove temp code
This commit is contained in:
parent
448f450e54
commit
06336cc2e5
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@ class EppController < ApplicationController
|
|||
@current_api_user ||= ApiUser.find(epp_session[:api_user_id]) if epp_session[:api_user_id]
|
||||
end
|
||||
|
||||
# temp until Martin is ready
|
||||
def current_api_user
|
||||
@current_epp_user ||= EppUser.find(epp_session[:epp_user_id]) if epp_session[:epp_user_id]
|
||||
end
|
||||
|
||||
# ERROR + RESPONSE HANDLING
|
||||
def epp_errors
|
||||
@errors ||= []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue