質問編集履歴
1
editメソッド追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -168,6 +168,14 @@
|
|
168
168
|
|
169
169
|
end
|
170
170
|
|
171
|
+
|
172
|
+
|
173
|
+
def edit
|
174
|
+
|
175
|
+
@board = Board.find(params[:id])
|
176
|
+
|
177
|
+
end
|
178
|
+
|
171
179
|
|
172
180
|
|
173
181
|
def update
|