diff options
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index 5233893..4943d66 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -14,7 +14,7 @@ class Commit < ActiveRecord::Base belongs_to :project - has_many :builds + has_many :builds, dependent: :destroy has_many :jobs, through: :builds serialize :push_data |