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
I guess you want to mimic the default Rails behavior when each bool field has a corresponding ...? method. We use Attribute API to define attributes, and for some reason it does not define that method. So there are two obstacles: it does not work out of the box and no one implemented it on the gem's side 🙂
Hi! Why is a predicate method not defined for boolean attributes?
Are there any obstacles here?
The text was updated successfully, but these errors were encountered: