Closed TamerShlash closed 5 years ago
User.all is bad if there are lots of users. User.find_each would be better for those who will copy/paste.
User.all
User.find_each
User.all
is bad if there are lots of users.User.find_each
would be better for those who will copy/paste.