Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix start_date validation form EditCourseForm
We can't pass Structs when updating records in rails 8 any more, we need to pass nil not Struct(day: 1, month: nil, year: nil) when creating or updating records.
- Loading branch information