change assign_mapper to not monkey patch user defined methods

Issue #596 resolved
Former user created an issue

If a user defines a method called 'update' on a class, then uses assign_mapper on that class, the 'update' method will be overridden, which may or may not be expected.

-Simon Wittber

Comments (4)

  1. Log in to comment