Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created April 12, 2025 16:39
Show Gist options
  • Save pmatsinopoulos/4d566b971a60a4cd67a1a432f3dc6afe to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/4d566b971a60a4cd67a1a432f3dc6afe to your computer and use it in GitHub Desktop.
EnqueuedJob model
class EnqueuedJob < ApplicationRecord
belongs_to :queueable, polymorphic: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment