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
Full error is undefined method interested_id_eq' for Ransack::Search<class: Bar, base: Grouping <combinator: and>>:Ransack::Search`
This is on a Bar model which has_many :interested and Interested is a model which belongs_to :bar and does self.table_name = "interested"
The workaround for this issue is identical to #2565 and that is suffient for me cuz I dont need to filter on this model, but others might face this as well.