Commit fe6e37e5 by Ryan Bigg

Merge pull request #52 from maurogeorge/readme-rails-2

Removed rails 2 from readme
parents af5a2f85 4c9cf653
......@@ -12,37 +12,13 @@ Put this in your Gemfile:
gem 'paranoia'
```
Then run `bundle`. Done.
Updating is as simple as `bundle update paranoia`.
#### Rails 3
In your _Gemfile_:
```ruby
gem 'paranoia'
```
Then run:
```shell
bundle install
```
#### Rails 2:
In your _config/environment.rb_:
```ruby
config.gem 'paranoia'
```
Then run:
```shell
rake gems:install
```
Updating is as simple as `bundle update paranoia`.
#### Run your migrations for the desired models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment