Abdullah Esmail

24 Followers
60 Following
75 Posts
Caffeinated developer. I build things I need.
GitHubhttps://github.com/aesmail
Sponsorhttps://github.com/sponsors/aesmail
Kaffeinated Developmenthttps://kaffeinated.dev

I just learned about the `presence` method in rails. How did I not come across it all these years?

#rails #ruby

Did you realize that, when using ActiveRecord's enum, it allows you to query for the assigned values and their "not" counterparts?

#rails #ruby #tips