Skip to content

Commit 706c0f3

Browse files
committed
Update README.md
1 parent eb24a58 commit 706c0f3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mongoid::Observers [![Build Status](https://travis-ci.org/chamnap/mongoid-observers.svg?branch=master)](https://travis-ci.org/chamnap/mongoid-observers)[![Code Climate](https://codeclimate.com/github/chamnap/mongoid-observers.png)](https://codeclimate.com/github/chamnap/mongoid-observers)[![Coverage Status](https://coveralls.io/repos/chamnap/mongoid-observers/badge.png?branch=master)](https://coveralls.io/r/chamnap/mongoid-observers?branch=master)
22

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.
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.
44

55
## Installation
66

@@ -136,10 +136,6 @@ using observed models in the initialization, you can
136136
still load their observers by calling `ModelObserver.instance` before.
137137
Observers are singletons and that call instantiates and registers them.
138138

139-
## Contributing
139+
## Authors
140140

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`)
145-
5. Create new Pull Request
141+
* [Chamnap Chhorn](https://github.com/chamnap)

0 commit comments

Comments
 (0)