mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-04 14:20:12 -04:00
5 lines
74 B
Ruby
5 lines
74 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ApplicationJob < ActiveJob::Base
|
|
end
|