rails-observers
rails-observers copied to clipboard
Do not observe the same model more than once. Fixes #35.
- This was happening when a subclass of an observed class was created.
- The subclass was being observed twice.
- I've changed one of the tests to catch this.
Any updates on this issue?
Agreed, would be nice to have this fixed.