diff options
| author | Kir | 2012-01-17 19:40:38 +0200 | 
|---|---|---|
| committer | Kir | 2012-01-17 19:40:38 +0200 | 
| commit | 31ae06c27640026488c1f16a3dd6e5e7260eb426 (patch) | |
| tree | e3c646e95a7a4674c9e8a7b0bd878e122e11bf27 | |
| parent | d88b4bdcaa12f47822c34909e363b35b9aeca42d (diff) | |
| download | inboxes-31ae06c27640026488c1f16a3dd6e5e7260eb426.tar.bz2 | |
Version bump
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ Since version 0.2.0, it is possible to add `has_inboxes` option to any model. Fo  *Make sure that Devise is already installed and configured in your app!* -1. Add `gem "inboxes", "~> 0.1.2"` to the `Gemfile` and run `bundle install` +1. Add `gem "inboxes", "~> 0.2.0"` to the `Gemfile` and run `bundle install`  2. Execute `rails generate inboxes:install`. This command will generate migration for messaging system. Don't forget to run migrations: `rake db:migrate`  3. Add `has_inboxes` to your User model like [here](https://gist.github.com/1330080).  4. Now Inboxes are ready to use. Open `http://yoursite.dev/discussions` to see the list of discussions. You can start new one. | 
