mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Contact info honors contact code
This commit is contained in:
parent
b0e5e73f6f
commit
4ea983c865
2 changed files with 16 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Epp::ContactsController < EppController
|
|||
end
|
||||
|
||||
def find_contact
|
||||
code = params[:parsed_frame].css('id').text.strip.downcase
|
||||
code = params[:parsed_frame].css('id').text.strip
|
||||
@contact = Epp::Contact.find_by(code: code)
|
||||
|
||||
if @contact.blank?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue