Rails new

This commit is contained in:
2025-06-21 16:15:07 +03:00
commit 2bdb85fa0a
65 changed files with 1825 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
class ApplicationJob < ActiveJob::Base
# Automatically retry jobs that encountered a deadlock
# retry_on ActiveRecord::Deadlocked
# Most jobs are safe to ignore if the underlying records are no longer available
# discard_on ActiveJob::DeserializationError
end