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
Because the #columns attribute of that struct is a String, we get the following errors when annotating our model:
Unable to annotate app/models/user.rb: undefined method `join' for "lower((username)::text)":String
Did you mean? JSON
Unable to annotate app/models/user.rb: no implicit conversion of nil into Array
Model files unchanged.