5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:16:21 +00:00
panel/app/models/que_job.rb

6 lines
111 B
Ruby
Raw Normal View History

2024-03-13 19:27:33 +00:00
# frozen_string_literal: true
require 'que/active_record/model'
class QueJob < Que::ActiveRecord::Model; end