internetee-registry/app/models/api_log/epp_log.rb
2021-08-12 12:02:34 +03:00

5 lines
61 B
Ruby

module ApiLog
class EppLog < Db
extend ToCsv
end
end