This website requires JavaScript.
Explore
Help
Sign In
cybrespace
/
mastodon
Watch
4
Star
3
Fork
You've already forked mastodon
3
Code
Issues
7
Pull Requests
Releases
Activity
41a78be25e
mastodon
/
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
Reference in New Issue
View Git Blame
Copy Permalink