added csv download

This commit is contained in:
dinsmol 2021-08-11 22:28:20 +03:00
parent c7e92452af
commit 7f8eee52f4
41 changed files with 259 additions and 35 deletions

View file

@ -1,4 +1,5 @@
module ApiLog
class ReppLog < Db
extend CsvReportHelper
end
end