質問編集履歴
1
jb
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,7 +158,7 @@
|
|
158
158
|
|
159
159
|
def create
|
160
160
|
|
161
|
-
@school = School.create(name
|
161
|
+
@school = School.create(name_params)
|
162
162
|
|
163
163
|
if @school.save
|
164
164
|
|