Skip to content

Commit

Permalink
Fix Github Import Failing (#79)
Browse files Browse the repository at this point in the history
* initial commit for Fix Github Import Failing

* fix deletion of tasks

* remove duplicate name
  • Loading branch information
JensRavens authored Jan 21, 2024
1 parent 14c8250 commit 4df746d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Task < ApplicationRecord

has_many :task_users, dependent: :delete_all
has_many :users, through: :task_users
has_many :time_entries, dependent: :nullify

class << self
def sync_with_github
Expand Down

0 comments on commit 4df746d

Please sign in to comment.