質問編集履歴
1
タグの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
もしお分かりの方いましたらご教授していただけると幸いです。
|
6
6
|
|
7
7
|
|
8
|
-
```
|
8
|
+
```ruby
|
9
9
|
<% @off_date.each do |off_date_hidden| %>
|
10
10
|
<input type="hidden" name="off_date" value="<%= off_date_hidden.off_days_date.strftime("%Y-%m-%dT") %>", id='off_date' readonly>
|
11
11
|
<% end %>
|