teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

typo

2017/09/17 06:39

投稿

peanuts
peanuts

スコア34

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  現在までに考えているが、うまく動かないコード
31
31
 
32
32
  ```ruby
33
- user.articles.includes(:hash_keys).where.not(hash_keys: nil)
33
+ user.articles.includes(:hash_tags).where.not(hash_tags: nil)
34
34
  ```
35
35
 
36
36
  ```

1

typo

2017/09/17 06:39

投稿

peanuts
peanuts

スコア34

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  現在までに考えているが、うまく動かないコード
31
31
 
32
32
  ```ruby
33
- user.products.includes(:hash_keys).where.not(hash_keys: nil)
33
+ user.articles.includes(:hash_keys).where.not(hash_keys: nil)
34
34
  ```
35
35
 
36
36
  ```