How do I handle `accepts_nested_attributes_for` with Administrate?
I'm using accepts_nested_attributes_for
in one of my models and want to handle the nested attribute (photos) in my Administrate form. It doesn't appear that administrate handles the nested association out-the-box. I've tried using https://github.com/nickcharlton/administrate-field-nested_has_many but I get the following error:
uninitialized constant Administrate::Field::NestedHasMany
Perhaps it's not compatible with the Jumpstart Administrate version?
What's the preferred approach for handling accepts_nested_attributes_for
with Administrate, can someone advise?