Added sequel with example setup
This commit is contained in:
parent
1a3a4287b0
commit
bffbab8fbc
9 changed files with 70 additions and 3 deletions
3
models/user.rb
Normal file
3
models/user.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
class User < Sequel::Model
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue