Skip to content

Commit

Permalink
Match case from above
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 5, 2014
1 parent 58ff124 commit 09d3c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var user User
db.First(&user)

// creating a new User
DB.Save(&User{Name: "xxx"}) // table "users"
db.Save(&User{Name: "xxx"}) // table "users"
```

* Column name is the snake case of field's name
Expand Down

0 comments on commit 09d3c5d

Please sign in to comment.