回答編集履歴

1

typo

2017/03/03 10:29

投稿

satoshih
satoshih

スコア797

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  has_many :comments
12
12
 
13
- has_many :entory_comments, class_name: 'Comment', foreign_key: :entry_id
13
+ has_many :entry_comments, class_name: 'Comment', foreign_key: :entry_id
14
14
 
15
15
  end
16
16