回答編集履歴

1

変更

2016/10/30 07:49

投稿

cameluby
cameluby

スコア891

test CHANGED
@@ -3,6 +3,8 @@
3
3
  以下のように修正すると良いでしょう。
4
4
 
5
5
 
6
+
7
+ ※コメント考慮して変更しました。
6
8
 
7
9
 
8
10
 
@@ -20,6 +22,6 @@
20
22
 
21
23
  # routes.rb
22
24
 
23
- get 'building/find/:id' => 'buildings#find'
25
+ get 'buildings/:id/find' => 'buildings#find'
24
26
 
25
27
  ```