My attempt at reproducing the behavior described here
The behavior is as expected (and not as described in the issue):
eu = EventsUser.first
eu.status = "maybe"
eu.save (works fine)
eu.destroy (works fine)
My attempt at reproducing the behavior described here
The behavior is as expected (and not as described in the issue):
eu = EventsUser.first
eu.status = "maybe"
eu.save (works fine)
eu.destroy (works fine)