https://avo.cool logo
Folks, using the advanced license v3, but I am ...
# general
b
Folks, using the advanced license v3, but I am getting this error. I already use ransack before implementing Avo, is this a compabibility issue? Anyone faced this issue? I already tried defining methods in the model, etc. I already defined what is suggested, I also followed the ransack new version suggestions, but still can't make it work https://cdn.discordapp.com/attachments/740892037640880180/1185264188751364116/image.png?ex=658efa4b&is=657c854b&hm=db98298f68922f38aacca613d2634e8cabd6c04021f4afabab7986894e311ba0&
m
Thread automatically created by djalma7240 in #740892037640880180
l
@billowy-airline-65932 it should work if you declared de ransackable atribute
Try
Copy code
ruby
class Project < ApplicationRecord
  def self.ransackable_attributes(auth_object = nil)
    authorizable_ransackable_attributes
  end
end
b
Looking at my git history, I created a instance method, not a self. Thanks Paul :).
Was this the best place to ask this question?