You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ from (pry):3:in `__pry__'
16
16
17
17
```ruby
18
18
[1] pry(main)> Usert.last
19
-
I, [2024-01-13T20:00:16.280710 #694] INFO -- : 🤓 Usert does not exist, running the command with User assuming is what you meant. 🤓
20
-
I, [2024-01-13T20:00:16.281237 #694] INFO -- : 🤓 running User.last 🤓
19
+
I, [2024-01-13T20:00:16.280710 #694] INFO -- : `Usert`not working, running:
20
+
I, [2024-01-13T20:00:16.281237 #694] INFO -- : User.last
21
21
2024-01-13 20:00:16.345175 D [694:9200 log_subscriber.rb:130] ActiveRecord::Base -- User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]
0 commit comments