質問編集履歴

2

記述ミス修正

2018/04/03 11:04

投稿

smty
smty

スコア33

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- <%= link_to("",edit_path(hoge.id, fuga.id)) do %>
15
+ <%= link_to(edit_path(hoge.id, fuga.id)) do %>
16
16
 
17
17
  <%= image_tag 'hogefuga.jpg' %>
18
18
 

1

link_toのソース追加

2018/04/03 11:04

投稿

smty
smty

スコア33

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,13 @@
9
9
  以下エラーメッセージ
10
10
 
11
11
  ` undefined method 'stringify_keys' for "/hoge/111/fuga/2/edit":String `
12
+
13
+ ```
14
+
15
+ <%= link_to("",edit_path(hoge.id, fuga.id)) do %>
16
+
17
+ <%= image_tag 'hogefuga.jpg' %>
18
+
19
+ <% end %>
20
+
21
+ ```