質問編集履歴
1
誤記修正。
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
<%= select_tag(:user_id, options_from_collection_for_select(User.all, :id, :user_name),:id => 'user_name',{
|
18
18
|
include_blank: true, class: "dropdown",
|
19
|
-
|
19
|
+
data:{
|
20
20
|
remote: true,
|
21
21
|
url: url_for(action: :hogee)
|
22
22
|
}
|