質問編集履歴

4

コードの編集

2018/05/08 06:11

投稿

piyo_tan
piyo_tan

スコア16

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- -------------------------------------------------------------------------------------
31
+ ```ここに言語を入力
32
-
33
-
34
32
 
35
33
  class TopicsController < ApplicationController
36
34
 
@@ -148,15 +146,17 @@
148
146
 
149
147
  end
150
148
 
151
-
152
-
153
149
  ```
154
-
155
- -------------------------------------------------------------------------------------
156
150
 
157
151
 
158
152
 
153
+
154
+
155
+
156
+
159
- route
157
+ route.rb
158
+
159
+ ```ここに言語を入力
160
160
 
161
161
  Rails.application.routes.draw do
162
162
 
@@ -170,6 +170,8 @@
170
170
 
171
171
 
172
172
 
173
+ ```
174
+
173
175
 
174
176
 
175
177
  よろしくお願いいたします。

3

文法修正

2018/05/08 06:11

投稿

piyo_tan
piyo_tan

スコア16

test CHANGED
File without changes
test CHANGED
File without changes

2

文字修正

2018/05/08 06:00

投稿

piyo_tan
piyo_tan

スコア16

test CHANGED
File without changes
test CHANGED
@@ -29,6 +29,8 @@
29
29
 
30
30
 
31
31
  -------------------------------------------------------------------------------------
32
+
33
+
32
34
 
33
35
  class TopicsController < ApplicationController
34
36
 
@@ -148,6 +150,8 @@
148
150
 
149
151
 
150
152
 
153
+ ```
154
+
151
155
  -------------------------------------------------------------------------------------
152
156
 
153
157
 

1

誤字修正

2018/05/08 04:25

投稿

piyo_tan
piyo_tan

スコア16

test CHANGED
@@ -1 +1 @@
1
- rails ブログ投稿アプリでのcreate、show機能の実装について
1
+ rails ブログ投稿アプリでのcreate機能の実装について
test CHANGED
File without changes