0

I have to make and ActiveAdmin page, in which the top section I should put a drop down menu. In the drop down menu the user can change the resource, from where Active Admin loads the page. Each resource represents an Oracle View. How can that be developed? Thx in advance!

aftk7
  • 27
  • 2
  • 7

1 Answers1

0

I think you can use the filters provided by ActiveAdmin to get the same result. With a custom filter, as described there, you can do basically anything to the collection that is displayed on an index page.

Community
  • 1
  • 1
Ruff9
  • 1,163
  • 15
  • 34