Skip to content

Commit

Permalink
Merge pull request #277 from paneer-tikka/master
Browse files Browse the repository at this point in the history
Fixed README to avoid conflicts in rails 5.
  • Loading branch information
danielmorrison authored Jul 7, 2016
2 parents 9f50b21 + 45fbed2 commit 68522b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Add the gem to your Gemfile:
gem "audited", "~> 4.0"
```

If you are using rails 5.0, you would also need the following line in your Gemfile.
```ruby
gem "rails-observers", github: 'rails/rails-observers'
```

Then, from your Rails app directory, create the `audits` table:

```bash
Expand Down

0 comments on commit 68522b6

Please sign in to comment.