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

質問編集履歴

1

修正

2017/12/29 06:50

投稿

ruby_0ct
ruby_0ct

スコア57

title CHANGED
File without changes
body CHANGED
@@ -63,8 +63,8 @@
63
63
  ```
64
64
  ###routes
65
65
  ```ruby
66
- resources :blogchous do
66
+ resources :blogs do
67
- resources :bcatlogegories
67
+ resources :blogcegories
68
68
  end
69
69
  ```
70
70
 
@@ -82,4 +82,7 @@
82
82
  accepts_nested_attributes_for :blogs, allow_destroy: true
83
83
  end
84
84
 
85
- ```
85
+ ```
86
+
87
+ ###追記
88
+ ルーティングのコードのスペルミスを修正しました。