mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-27 09:33:42 +01:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
class ApplicationWorker
|
|
def info(message)
|
|
Rails.logger.info("#{self.class.name} - #{message}")
|
|
end
|
|
end
|