Skip to content

Commit 79c206f

Browse files
authored
Merge pull request rails#53978 from GaiheiluKamei/fix-redundant-codes-in-getting-started
Remove redundant codes in section 16.4 of getting_started.md [ci skip]
2 parents f7ba6c4 + e80bbf3 commit 79c206f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/source/getting_started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2335,7 +2335,6 @@ Notifications module.
23352335
class Product < ApplicationRecord
23362336
include Notifications
23372337
2338-
has_many :subscribers, dependent: :destroy
23392338
has_one_attached :featured_image
23402339
has_rich_text :description
23412340

0 commit comments

Comments
 (0)