Add ApplicationJob

This commit is contained in:
Eric Schultz 2019-02-01 13:42:44 -06:00 committed by Luis Castro
parent d3535c0b80
commit a12e4099ad
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -0,0 +1,4 @@
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
class ApplicationJob < ActiveJob::Base
end