質問編集履歴

1

誤字修正

2017/02/09 12:34

投稿

hikaru923
hikaru923

スコア27

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  ```ruby
60
60
 
61
- <%= c.select :pr_id, options_from_collection_for_select(User.where(["pr_id",current_user.id]), :id, :pr_name) %>
61
+ <%= c.select :pr_id, options_from_collection_for_select(User.where(["id",current_user.id]), :pr_id, :pr_name) %>
62
62
 
63
63
  ```
64
64