This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cybre-space
mirror of
https://cybre.tech/cybrespace/mastodon.git
Watch
1
Star
0
Fork
You've already forked cybre-space
0
Code
Releases
Activity
bafbf63fcc
cybre-space
/
app
/
workers
/
application_worker.rb
6 lines
111 B
Ruby
Raw
Blame
History
class
ApplicationWorker
def
info
(
message
)
Rails
.
logger
.
info
(
"
#{
self
.
class
.
name
}
-
#{
message
}
"
)
end
end
View Git Blame
Copy Permalink