jarektkaczyk / revisionable

Nice and easy way to handle revisions of your db
http://softonsofa.com
MIT License
259 stars 43 forks source link

Add getUserModel to Revision model and make all checks pass #44

Closed chaosfinity closed 8 years ago

chaosfinity commented 9 years ago

Added getUserModel to the Revision model to make it easier for getting access to the users information.

I fixed the tests that were existing to make them pass then added tests for each adapters new method.

xian13 commented 8 years ago

Hi @jarektkaczyk, will you merge this? I would love to be able to get the user object rather than just a string.

Thank you.