mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 20:51:36 +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
|