質問するログイン新規登録

質問編集履歴

1

誤記修正。

2017/04/27 08:59

投稿

IPU
IPU

スコア283

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
- date:{
19
+ data:{
20
20
  remote: true,
21
21
  url: url_for(action: :hogee)
22
22
  }