I have a form in the edit view in my rails app and this edit view is that of a resource in the active_admin directory.
I know active admin used formtastic I cannot find a view template for the edit view.
If I want to change the form so that a field has a drop down menu instead of a type-in field. Where and how can I set this?
Thanks
Example:
Inside of
app/admin/model_name.rbHow it’s done:
creates a select input
represent the options in the select input.