Skip to content

Commit

Permalink
chore: add helpful comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wwrk22 committed Dec 28, 2023
1 parent 2d886a3 commit dfac97b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/standup_meeting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class StandupMeeting < ApplicationRecord
belongs_to :standup_meeting_group, inverse_of: :standup_meetings
belongs_to :user

# Under the hood, Rails calls a `has_one :rich_text_yesterday_work_description`,
# so we can do `StandupMeeting.includes(:rich_text_yesterday_work_description).
has_rich_text :yesterday_work_description
has_rich_text :today_work_description
has_rich_text :blockers_description
Expand Down

0 comments on commit dfac97b

Please sign in to comment.