Skip to content

Using ransackable_attributes with Active Admin errors when using Active Storage #8077

Answered by Eddayy
vic778 asked this question in Help
Discussion options

You must be logged in to vote

I was also having the same issue, i found this works for me, you'll have to remove the activestorage tables from being searchable

ActiveAdmin.register Post do
  remove_filter :featured_image_attachment, :featured_image_blob
end

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@javierjulio
Comment options

Answer selected by javierjulio
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #8076 on September 22, 2023 15:00.