Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 5 made `belongs_to` associations required by default. When using named groups, the group association is expected to be empty. This fixes the issue in a Rails 4 compatible way by adding `required: false` Fixes #65
- Loading branch information