You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ # Use `activity.current_activity_step` through the roadmap to take advantage of eager loading
includes(
- :current_activity_step,- activity_roadmap: :activity_steps+ activity_roadmap: %i[activity_steps current_activity_step]
)
The text was updated successfully, but these errors were encountered:
Reproducible test case
Workarounds
or
The text was updated successfully, but these errors were encountered: