Daniel Gilchrist
Results
2
comments of
Daniel Gilchrist
> Hello! Wouldn't you achieve the same by using the Prosopite.raise setter? > > ```ruby > def _raise_on_n_plus_ones > Prosopite.raise = true > yield > ensure > Prosopite.raise = false...
Just my 2c on the issue - I think `belongs_to` associations with `optional: false` should not be nilable as most business logic will be written for when the records have...