Skip to content

Commit 477ba8f

Browse files
committed
Fix missing association to school_teams
This has been renamed to `teams`.
1 parent d81fb5a commit 477ba8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/class_imports_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def set_review_records
200200
school: {
201201
team_locations: :team
202202
},
203-
school_moves: :school_teams
203+
school_moves: :teams
204204
}
205205
]
206206
)

0 commit comments

Comments
 (0)