Skip to content

Commit

Permalink
Update src/avram/upsert.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Woertink <jeremywoertink@gmail.com>
  • Loading branch information
paulcsmith and jwoertink authored Jul 13, 2021
1 parent c2614cf commit 37bb770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avram/upsert.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module Avram::Upsert
# ## Full Example
#
# ```
# class User < Model
# class User < BaseModel
# table do
# column name : String
# column email : String # This column has a unique index
Expand Down

0 comments on commit 37bb770

Please sign in to comment.