telegram bot logs, first pass

This commit is contained in:
Dylan Knutson
2025-08-05 05:05:21 +00:00
parent baed10db21
commit 24a59d50f2
24 changed files with 4475 additions and 14 deletions

View File

@@ -121,6 +121,11 @@ Rails.application.routes.draw do
end
end
# Telegram bot audit logs
resources :telegram_bot_logs,
only: %i[index show],
path: "telegram-bot-logs"
mount GoodJob::Engine => "jobs"
mount PgHero::Engine => "pghero"