From b6c6d28d2c9f29c6c97564700c4847748300d323 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 3 Jan 2018 05:52:54 +0900 Subject: Remove undefined `track_deletion` callback [ci skip] --- activesupport/lib/active_support/core_ext/module/concerning.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/module/concerning.rb') diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb index 800bf213cc..7bbbf321ab 100644 --- a/activesupport/lib/active_support/core_ext/module/concerning.rb +++ b/activesupport/lib/active_support/core_ext/module/concerning.rb @@ -30,7 +30,6 @@ class Module # has_many :events # # before_create :track_creation - # after_destroy :track_deletion # # private # def track_creation @@ -52,7 +51,6 @@ class Module # included do # has_many :events # before_create :track_creation - # after_destroy :track_deletion # end # # private @@ -90,7 +88,6 @@ class Module # included do # has_many :events # before_create :track_creation - # after_destroy :track_deletion # end # # private -- cgit v1.2.3