mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
117806281-clickable_actions
This commit is contained in:
parent
17765cbf14
commit
096c23f55e
4 changed files with 24 additions and 4 deletions
|
@ -47,6 +47,13 @@ module Versions
|
|||
user
|
||||
end
|
||||
|
||||
def get_request_by_uuid(uuid)
|
||||
return unless uuid
|
||||
ApiLog::EppLog.find_by(uuid: uuid).request
|
||||
end
|
||||
|
||||
|
||||
|
||||
# callbacks
|
||||
def touch_domain_version
|
||||
domain.try(:touch_with_version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue