jubishop / smalldemocracy

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

Create a User table #144

Closed jubishop closed 2 years ago

jubishop commented 2 years ago

Primary key email

Foreign key from email in responder (add_foreign_key)

Use find_or_create in Ruby sequel

many_to_many through responder to polls