-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
スケジュールを2024年版にする #134
スケジュールを2024年版にする #134
Conversation
db/seeds.rb
Outdated
end_at: end_at | ||
) | ||
end | ||
track = Track.find_or_create_by!(event: base_event, name: "TrackLarge Hall") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTのtrackは公式のページに合わせました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTにはトラック情報がない、確認しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
内容的にはOKですが、できればこのタイミングでトラック名の接頭辞になってる「Track」取っちゃいたいです。
もともとは最初の2021年にAとかBの文字列しか入っていなかったので「Track」とこちら側で追加処理を行っていたのですが、ちゃんとしたトラック名が設定されるようになったのでもう必要なさそうです。
db/seeds.rb
Outdated
end_at: end_at | ||
) | ||
end | ||
track = Track.find_or_create_by!(event: base_event, name: "TrackLarge Hall") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTにはトラック情報がない、確認しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.