Created
April 12, 2025 16:39
-
-
Save pmatsinopoulos/4d566b971a60a4cd67a1a432f3dc6afe to your computer and use it in GitHub Desktop.
EnqueuedJob model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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