mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-17 23:41:51 +00:00
4 lines
74 B
Ruby
4 lines
74 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationJob < ActiveJob::Base
|
|
end
|