bitfields icon indicating copy to clipboard operation
bitfields copied to clipboard

n Booleans = 1 Integer, saves columns and migrations.

Results 2 bitfields issues
Sort by recently updated
recently updated
newest added

I tried to use this with `includes` similar to how I had in #44, but the query didn't return any results. It might be possible to query from the other...

It's possible to set up multiple columns and retrieve bits, but it's impossible to set the values on specific columns with same bitfields ``` bitfield :exposed_fields, 2**0 => :title, 2**1...