This website requires JavaScript.
Explore
Help
Sign In
cincodenada
/
mastodon
forked from
cybrespace/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
be807ff7bd
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