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
Loading development environment (Rails 6.0.6.1)
[1] pry(main)> User.where(id: 1)
User Load (43.8ms) SELECT db.users.* FROM db.users WHERE db.users.deleted_at IS NULL AND db.users.id = NULL
=> []
Can Some one please Help me ASAP.
Loading development environment (Rails 6.0.6.1)
[1] pry(main)> User.where(id: 1)
User Load (43.8ms) SELECT
db
.users
.* FROMdb
.users
WHEREdb
.users
.deleted_at
IS NULL ANDdb
.users
.id
= NULL=> []
Expected behavior
It Should return a row
Database: Mysql
Gems included by the bundle:
The text was updated successfully, but these errors were encountered: