Skip to content

Commit 8e8e008

Browse files
authored
Update README.md
1 parent 388f4af commit 8e8e008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RoR/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ User.count # Get the number of Users
4646
User.find(1) # Get the User with ID 1
4747
User.find_by(name: "Test User") # Get the User with name "Test User"
4848
User.take # Get a random User
49+
User.delete_all # todo
4950
```
5051

5152
### Rails Logger

0 commit comments

Comments
 (0)