Skip to content

Commit

Permalink
Add touch true
Browse files Browse the repository at this point in the history
  • Loading branch information
radical-ube committed Oct 23, 2024
1 parent 014d12a commit 5c26519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/transcript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Transcript < ApplicationRecord

acts_as_paranoid

belongs_to :episode
belongs_to :episode, touch: true

has_one :task, -> { order("id desc") }, as: :owner
has_many :tasks, as: :owner
Expand Down

0 comments on commit 5c26519

Please sign in to comment.