mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
4 lines
74 B
Ruby
4 lines
74 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationJob < ActiveJob::Base
|
|
end
|