Merge pull request #908 from krainboltgreene/application-worker-for-shared-logic
ApplicationWorker for shared worker behaviormaster
commit
6b566c6b88
@ -0,0 +1,5 @@ |
||||
class ApplicationWorker |
||||
def info(message) |
||||
Rails.logger.info("#{self.class.name} - #{message}") |
||||
end |
||||
end |
Loading…
Reference in new issue