active_fedora icon indicating copy to clipboard operation
active_fedora copied to clipboard

Evaluate whether or not ActiveFedora::NestedAttributes#define_autosave_association_callbacks and other method generation behaves as expected

Open jrgriffiniii opened this issue 7 years ago • 1 comments

https://github.com/samvera/active_fedora/blob/master/lib/active_fedora/nested_attributes.rb#L66 seems to indicate that it does not, but there do not appear to be any breaking builds.

Coveralls reports that it is indeed covered in tests: https://coveralls.io/builds/18480644/source?filename=lib%2Factive_fedora%2Fnested_attributes.rb#L66

jrgriffiniii avatar Aug 15 '18 18:08 jrgriffiniii

looks like this issue pops up when attempting to define sub-classes of AF::Base classes. the *_attributes accessor methods are lost for the inheriting class.

no-reply avatar Jan 29 '20 01:01 no-reply