jubishop / smalldemocracy

Tools for a Small Democracy.
https://smalldemocracy.com
Other
2 stars 1 forks source link

Override self.create #197

Closed jubishop closed 2 years ago

jubishop commented 2 years ago

For polls and groups, both have dependency requirements (choices and members).

Override their ::create method to take choices and members and insist they exist. Raise Sequel::HookFailed if they don't. Set to nil the adders in User and Group so ::create must be used.

jubishop commented 2 years ago

go ahead and leave them in test code for ease of use.