質問編集履歴

1

追記

2020/09/12 09:30

投稿

tomato185
tomato185

スコア29

test CHANGED
File without changes
test CHANGED
@@ -141,3 +141,21 @@
141
141
  end
142
142
 
143
143
  ```
144
+
145
+
146
+
147
+ ```
148
+
149
+ (routes.rb)
150
+
151
+ orders GET /orders(.:format) orders#index
152
+
153
+ POST /orders(.:format) orders#create
154
+
155
+ order GET /orders/:id(.:format) orders#show
156
+
157
+ DELETE /orders/:id(.:format) orders#destroy
158
+
159
+
160
+
161
+ ```