質問編集履歴
1
コントローラー名
title
CHANGED
File without changes
|
body
CHANGED
@@ -2,6 +2,9 @@
|
|
2
2
|
初学者なのでわかりやすく教えていただきたいです。
|
3
3
|
|
4
4
|
```ここに言語を入力
|
5
|
+
circle.controller
|
6
|
+
|
7
|
+
|
5
8
|
class CirclesController < ApplicationController
|
6
9
|
before_action :set_circle, only: [:update, :destroy, :edit]
|
7
10
|
before_action :set_parents, only: [:new, :create, :destroy]
|
@@ -112,6 +115,8 @@
|
|
112
115
|
```
|
113
116
|
|
114
117
|
```ここに言語を入力
|
118
|
+
circle_user.controller
|
119
|
+
|
115
120
|
class CircleUsersController < ApplicationController
|
116
121
|
|
117
122
|
def index
|