Skip to content

Commit

Permalink
不要なコメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Judeeeee committed Jan 13, 2025
1 parent 32af96e commit 5330637
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions db/fixtures/learning_time_frames.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

<% week_days = { '日' => 'sun', '月' => 'mon', '火' => 'tue', '水' => 'wed', '木' => 'thu', '金' => 'fri', '土' => 'sat' } %>
<% week_days.each_with_index do |(day_name, day_prefix), day_index| %>
<% (0..23).each_with_index do |hour, hour_index| %>
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/learning_time_frames.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

<% week_days = { '日' => 'sun', '月' => 'mon', '火' => 'tue', '水' => 'wed', '木' => 'thu', '金' => 'fri', '土' => 'sat' } %>
<% week_days.each_with_index do |(day_name, day_prefix), day_index| %>
<% (0..23).each_with_index do |hour, hour_index| %>
Expand Down

0 comments on commit 5330637

Please sign in to comment.