mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Remove deprecated on_booted and use after_booted
This commit is contained in:
+1
-2
@@ -129,8 +129,7 @@ if Rails.env.development?
|
||||
end
|
||||
|
||||
if siginfo_supported
|
||||
# Using on_booted is needed to override puma adding handler to show thread statuses
|
||||
on_booted do
|
||||
after_booted do
|
||||
Signal.trap("INFO") do
|
||||
system "open", Rails.application.root_url
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user