質問編集履歴

2

hamlコード修正

2020/02/06 23:26

投稿

frusciante
frusciante

スコア8

test CHANGED
File without changes
test CHANGED
@@ -110,7 +110,7 @@
110
110
 
111
111
  .birthday__select-form
112
112
 
113
- != sprintf(f.date_select(:birthday, prefix:'birthday', with_css_classes:'XXXXX', prompt:"--", use_month_numbers:true, start_year:Time.now.year, end_year:1900, date_separator:'%s'),'年','月')+'日'
113
+ != sprintf(f.date_select(:birthday, prefix:'user', with_css_classes:'XXXXX', prompt:"--", use_month_numbers:true, start_year:Time.now.year, end_year:1900, date_separator:'%s'),'年','月')+'日'
114
114
 
115
115
 
116
116
 

1

ターミナルキャプチャについての注釈

2020/02/06 23:26

投稿

frusciante
frusciante

スコア8

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ### 該当のソースコード
10
10
 
11
- - hamlファイル
11
+ - 該当hamlファイル
12
12
 
13
13
  ※下記記述の下の方にある「!= sprintf(f.date_select(:birthday, prefix:'birthday', 〜〜〜」が該当のdate_selectフォーム記述箇所です。
14
14
 
@@ -200,6 +200,8 @@
200
200
 
201
201
  [ターミナルのキャプチャリンク](https://gyazo.com/fe3ace649094a60828e90b443a863853)
202
202
 
203
+ ※「prefectureキー」以下もnilになっていますが、現状の作業は「statusキー」までの入力なので、問題ありません。
204
+
203
205
 
204
206
 
205
207
  ### 開発環境