create waitlist

This commit is contained in:
wyx
2020-07-24 17:50:25 +08:00
parent 98176f839d
commit 94ad4ce56c
3 changed files with 17 additions and 0 deletions

2
app/models/waitlist.rb Normal file
View File

@@ -0,0 +1,2 @@
class Waitlist < ApplicationRecord
end