-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
Thanks for this great module!
The newest paper_trail makes it possible to restore relations (has_one and has_many),
but you need to supply the options ":has_many => true, :has_one => true" to the method
"reify" to make this possible:
https://github.com/airblade/paper_trail#associations
This to ensure backward compatibility, and not to confuse/enrage simple users.
Would it be interesting to add an extra button to restore also these associations?
For example "rollback (including assocations)"