diff options
| -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. | 
