1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-24 15:16:33 +09:00
YuruToot/app/workers/application_worker.rb

6 lines
111 B
Ruby
Raw Normal View History

class ApplicationWorker
def info(message)
Rails.logger.info("#{self.class.name} - #{message}")
end
end