8000 Using ransackable_attributes with Active Admin errors when using Active Storage · activeadmin activeadmin · Discussion #8077 · GitHub
[go: up one dir, main page]

Skip to content

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

Closed 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: 8 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@javierjulio
Comment options

@mabeller
Comment options

@LRosdobutko
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
Comment options

You must be logged in to vote
0 replies
Comment options

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

10000
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
10 participants
Converted from issue

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

0