I'm trying to have a select input for time zone in the edit screen in one of my models.
I know rails has a built-in time_zone_select form input helper, but how do I use it in rails_admin? I've searched the docs high and low and can't find anything. There's a reference to using partials, but I can't find examples of how to do that anywhere.
Can anyone help?
Thanks,
Justin