We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388f4af commit 8e8e008Copy full SHA for 8e8e008
RoR/README.md
@@ -46,6 +46,7 @@ User.count # Get the number of Users
46
User.find(1) # Get the User with ID 1
47
User.find_by(name: "Test User") # Get the User with name "Test User"
48
User.take # Get a random User
49
+User.delete_all # todo
50
```
51
52
### Rails Logger
0 commit comments