5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 13:44:15 +00:00
panel/app/models/que_job.rb

6 lines
111 B
Ruby
Raw Permalink 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