You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mongoid Observers (removed from core in Mongoid 4.0). Because this gem doesn't exist and I need to use it very often. Therefore, I extract the code from mongoid on my own.
3
+
Mongoid Observers (removed from core in Mongoid 4.0). Because this gem doesn't exist and I need to use it very often. Therefore, I extract the code from mongoid on my own. It's basically the same code from mongoid before it's removed.
4
4
5
5
## Installation
6
6
@@ -136,10 +136,6 @@ using observed models in the initialization, you can
136
136
still load their observers by calling `ModelObserver.instance` before.
137
137
Observers are singletons and that call instantiates and registers them.
138
138
139
-
## Contributing
139
+
## Authors
140
140
141
-
1. Fork it ( http://github.com/<my-github-username>/mongoid-observers/fork )
142
-
2. Create your feature branch (`git checkout -b my-new-feature`)
143
-
3. Commit your changes (`git commit -am 'Add some feature'`)
144
-
4. Push to the branch (`git push origin my-new-feature`)
0 commit comments