Commit 4c9cf653 by Mauro George

removed rails 2 from readme

parent af5a2f85
......@@ -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