Commit b97d0849 authored by Shinya Maeda's avatar Shinya Maeda

Fix typo for comments in project.rb

parent 18ba092a
......@@ -81,7 +81,7 @@ class Project < ActiveRecord::Base
before_destroy :remove_private_deploy_keys
##
# `use_fast_destroy` must be defined **before** `has_many` and `has_one` such as `has_many :relation, depenedent: :destroy`
# `use_fast_destroy` must be defined **before** `has_many` and `has_one` such as `has_many :relation, dependent: :destroy`
# Otherwise `use_fast_destroy` performs against **deleted** rows, which fails to get identifiers of external data
use_fast_destroy :build_trace_chunks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment