README.md in partisan-0.4.1 vs README.md in partisan-0.4.2
- old
+ new
@@ -54,10 +54,14 @@
end
class Band < ActiveRecord::Base
acts_as_followable
end
+
+class Follow < ActiveRecord::Base
+ acts_as_follow
+end
```
And follow/unfollow other records!
```ruby
@@ -138,12 +142,18 @@
| `before_being_followed` | `self.about_to_be_followed_by` |
| `after_being_followed` | `self.just_followed_by` |
| `before_being_unfollowed` | `self.about_to_by_unfollowed_by` |
| `after_being_unfollowed` | `self.just_unfollowed_by` |
+## Contributors
+
+* [@simonprev](https://github.com/simonprev)
+* [@remiprev](https://github.com/remiprev)
+* [@jdurand](https://github.com/jdurand)
+
## License
-`Partisan` is © 2013 [Mirego](http://www.mirego.com) and may be freely distributed under the [New BSD license](http://opensource.org/licenses/BSD-3-Clause). See the [`LICENSE.md`](https://github.com/mirego/partisan/blob/master/LICENSE.md) file.
+`Partisan` is © 2013-2016 [Mirego](http://www.mirego.com) and may be freely distributed under the [New BSD license](http://opensource.org/licenses/BSD-3-Clause). See the [`LICENSE.md`](https://github.com/mirego/partisan/blob/master/LICENSE.md) file.
## About Mirego
[Mirego](http://mirego.com) is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of [talented people](http://life.mirego.com) who imagine and build beautiful Web and mobile applications. We come together to share ideas and [change the world](http://mirego.org).