• #dev 2022-06-07
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2022-06-07 UTC
# 19:12
[schmarty]
ruby lets you do it. a lot of the object database mappers will let you check the value of a boolean columns with a `?` at the end. so like a post table with a `draft` boolean could be checked with `post.draft?`