We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey team. I am rendering a sidebar filter like this way
text_node active_admin_filters_form_for(Individual.ransack(params[:q]), active_admin_config.filters, url: '/admin/aggregates/new')
And this is what I see
This is what active_admin_config.filters returns:
active_admin_config.filters
[1] pry(#<Arbre::Context>)> active_admin_config.filters => {:cloudinary_asset_original_filename=>{:label=>"Filename", :as=>:string}, :cloudinary_asset_title=>{:label=>"title", :as=>:string}, :cloudinary_asset_description=>{:label=>"description", :as=>:string}, :cloudinary_asset_format=>{:label=>"format", :as=>:select, :collection=>["doc", "docx", "pdf", "ppt", "pptx", "txt", "mp4", "mp3"]}, :where_tags_contains=>{:as=>:string, :label=>"tag"}, :where_common_terms_contains=>{:as=>:string, :label=>"common terms"}, :created_at=>{:as=>:date_time_picker_filter}}
Appreciate any help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey team. I am rendering a sidebar filter like this way
And this is what I see
This is what
active_admin_config.filters
returns:Appreciate any help.
The text was updated successfully, but these errors were encountered: